#F69F99

Color #F69F99 Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #F69F99

Tints of Rose Bud #F69F99

Color information

#F69F99 (or 0xF69F99) is unknown color: approx Rose Bud. HEX triplet: F6, 9F and 99. RGB value is (246,159,153). Sum of RGB (Red+Green+Blue) = 246+159+153=558 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.09% from 558); Green value is 159 (62.5% from 255 or 28.49% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 246 - color contains mainly: red. Hex color #F69F99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69F99 is #096066. Grayscale: #B8B8B8. Windows color (decimal): -614503 or 10067958. OLE color: 10067958.

HSL color Cylindrical-coordinate representation of color #F69F99: hue angle of 3.87º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F69F99 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB246159153-
CMYK00.350.380.04
HSL3.87º83.78%78.24%-
HSV(B)3.87º37.8%96.47%-
XYZ56.1546.6936.19-
YUV184.33110.32171.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 246 (96.48% from 255) = 44.09%
GREEN value IS 159 (62.5% from 255) = 28.49%
BLUE value IS 153 (60.16% from 255) = 27.42%
R=44.09%
G=28.49%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24615915300.350.380.043.8783.7878.24
HexF69F990232644544e
Octal3662372310434644124116
Binary111101101001111110011001010001110011010010010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F69F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F69F99; }

 p { color: rgb(246,159,153); }

 H1.HeaderClassName
 {
   color: #F69F99;
 }
 .AnyTagClassName
 {
   color: #F69F99;
 }
</style>
background-color css

<style>
 a { background-color: #F69F99; }

 a { background-color: rgb(246,159,153); }

 div.DivClassName
 {
   background-color: #F69F99;
 }
 .BgClassName
 {
   background-color: #F69F99;
 }
</style>
border-color css

<style>
 span { border-color: #F69F99; }

 span { border-color: rgb(246,159,153); }

 td.TdClassName
 {
   border-color: #F69F99;
 }
 .TagClassName
 {
   border-color: #F69F99;
 }
</style>