Shades of Lavender Rose #F092D2
Tints of Lavender Rose #F092D2
RGB
CMYK
RGB Variations
Color information
#F092D2 (or 0xF092D2) is known color: Lavender Rose. HEX triplet: F0, 92 and D2. RGB value is (240,146,210). Sum of RGB (Red+Green+Blue) = 240+146+210=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D2 is #0F6D2D. Grayscale: #B5B5B5. Windows color (decimal): -1010990 or 13800176. OLE color: 13800176.
HSL color Cylindrical-coordinate representation of color #F092D2: hue angle of 319.15º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F092D2 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 210 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.06 |
| HSL | 319.15º | 0.76% | 0.76% | - |
| HSV(B) | 319.15º | 0.39% | 0.94% | - |
| XYZ | 57.85 | 43.74 | 66.37 | - |
| YUV | 181.4 | 144.14 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 210 | 0 | 0.39 | 0.12 | 0.06 | 319.15 | 0.76 | 0.76 |
| Hex | F0 | 92 | D2 | 0 | 27 | C | 6 | 13F | 4C | 4C |
| Octal | 360 | 222 | 322 | 0 | 47 | 14 | 6 | 477 | 114 | 114 |
| Binary | 11110000 | 10010010 | 11010010 | 0 | 100111 | 1100 | 110 | 100111111 | 1001100 | 1001100 |
Color Harmonies of #F092D2
Complementary color
Monochromatic Colors of #F092D2
Black with #F092D2
Text Example
Text Example
White with #F092D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092D2; }
p { color: rgb(240,146,210); }
H1.HeaderClassName
{
color: #F092D2;
}
.AnyTagClassName
{
color: #F092D2;
}
</style>
background-color css
<style>
a { background-color: #F092D2; }
a { background-color: rgb(240,146,210); }
div.DivClassName
{
background-color: #F092D2;
}
.BgClassName
{
background-color: #F092D2;
}
</style>
border-color css
<style>
span { border-color: #F092D2; }
span { border-color: rgb(240,146,210); }
td.TdClassName
{
border-color: #F092D2;
}
.TagClassName
{
border-color: #F092D2;
}
</style>