Shades of Lavender Pink #F09FCF
Tints of Lavender Pink #F09FCF
RGB
CMYK
RGB Variations
Color information
#F09FCF (or 0xF09FCF) is known color: Lavender Pink. HEX triplet: F0, 9F and CF. RGB value is (240,159,207). Sum of RGB (Red+Green+Blue) = 240+159+207=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09FCF is #0F6030. Grayscale: #BCBCBC. Windows color (decimal): -1007665 or 13606896. OLE color: 13606896.
HSL color Cylindrical-coordinate representation of color #F09FCF: hue angle of 324.44º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FCF is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 207 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.06 |
| HSL | 324.44º | 0.73% | 0.78% | - |
| HSV(B) | 324.44º | 0.34% | 0.94% | - |
| XYZ | 59.6 | 47.83 | 65.12 | - |
| YUV | 188.69 | 138.34 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 207 | 0 | 0.34 | 0.14 | 0.06 | 324.44 | 0.73 | 0.78 |
| Hex | F0 | 9F | CF | 0 | 22 | E | 6 | 144 | 49 | 4E |
| Octal | 360 | 237 | 317 | 0 | 42 | 16 | 6 | 504 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11001111 | 0 | 100010 | 1110 | 110 | 101000100 | 1001001 | 1001110 |
Color Harmonies of #F09FCF
Complementary color
Monochromatic Colors of #F09FCF
Black with #F09FCF
Text Example
Text Example
White with #F09FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FCF; }
p { color: rgb(240,159,207); }
H1.HeaderClassName
{
color: #F09FCF;
}
.AnyTagClassName
{
color: #F09FCF;
}
</style>
background-color css
<style>
a { background-color: #F09FCF; }
a { background-color: rgb(240,159,207); }
div.DivClassName
{
background-color: #F09FCF;
}
.BgClassName
{
background-color: #F09FCF;
}
</style>
border-color css
<style>
span { border-color: #F09FCF; }
span { border-color: rgb(240,159,207); }
td.TdClassName
{
border-color: #F09FCF;
}
.TagClassName
{
border-color: #F09FCF;
}
</style>