#F09CD1

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

Shades of Lavender Rose #F09CD1

Tints of Lavender Rose #F09CD1

Color information

#F09CD1 (or 0xF09CD1) is unknown color: approx Lavender Rose. HEX triplet: F0, 9C and D1. RGB value is (240,156,209). Sum of RGB (Red+Green+Blue) = 240+156+209=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 156 (61.33% from 255 or 25.79% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09CD1 is #0F632E. Grayscale: #BBBBBB. Windows color (decimal): -1008431 or 13737200. OLE color: 13737200.

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

Color convert

RGB240156209-
CMYK00.350.130.06
HSL322.14º73.68%77.65%-
HSV(B)322.14º35%94.12%-
XYZ59.3346.9166.25-
YUV187.16140.33165.69-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.67%
GREEN value IS 156 (61.33% from 255) = 25.79%
BLUE value IS 209 (82.03% from 255) = 34.55%
R=39.67%
G=25.79%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24015620900.350.130.06322.1473.6877.65
HexF09CD1023D61424a4e
Octal360234321043156502112116
Binary1111000010011100110100010100011110111010100001010010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09CD1; }

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

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

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

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

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

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

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

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