#F09CDF

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

Shades of Lavender Rose #F09CDF

Tints of Lavender Rose #F09CDF

Color information

#F09CDF (or 0xF09CDF) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and DF. RGB value is (240,156,223). Sum of RGB (Red+Green+Blue) = 240+156+223=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CDF is #0F6320. Grayscale: #BCBCBC. Windows color (decimal): -1008417 or 14654704. OLE color: 14654704.

HSL color Cylindrical-coordinate representation of color #F09CDF: hue angle of 312.14º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CDF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB240156223-
CMYK00.350.070.06
HSL312.14º73.68%77.65%-
HSV(B)312.14º35%94.12%-
XYZ61.1447.6375.78-
YUV188.75147.33164.55-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.77%
GREEN value IS 156 (61.33% from 255) = 25.20%
BLUE value IS 223 (87.5% from 255) = 36.03%
R=38.77%
G=25.20%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015622300.350.070.06312.1473.6877.65
HexF09CDF023761384a4e
Octal36023433704376470112116
Binary111100001001110011011111010001111111010011100010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CDF; }

 p { color: rgb(240,156,223); }

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

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

 a { background-color: rgb(240,156,223); }

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

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

 span { border-color: rgb(240,156,223); }

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