#F09CD7

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

Shades of Lavender Rose #F09CD7

Tints of Lavender Rose #F09CD7

Color information

#F09CD7 (or 0xF09CD7) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and D7. RGB value is (240,156,215). Sum of RGB (Red+Green+Blue) = 240+156+215=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 156 (61.33% from 255 or 25.53% from 611); Blue value is 215 (84.38% from 255 or 35.19% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CD7 is #0F6328. Grayscale: #BBBBBB. Windows color (decimal): -1008425 or 14130416. OLE color: 14130416.

HSL color Cylindrical-coordinate representation of color #F09CD7: hue angle of 317.86º 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 #F09CD7 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB240156215-
CMYK00.350.100.06
HSL317.86º73.68%77.65%-
HSV(B)317.86º35%94.12%-
XYZ60.0947.2170.24-
YUV187.84143.33165.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 156 (61.33% from 255) = 25.53%
BLUE value IS 215 (84.38% from 255) = 35.19%
R=39.28%
G=25.53%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015621500.350.100.06317.8673.6877.65
HexF09CD7023A613e4a4e
Octal360234327043126476112116
Binary1111000010011100110101110100011101011010011111010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CD7; }

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

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

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

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

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

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

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

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