Shades of Lavender Rose #F092D3
Tints of Lavender Rose #F092D3
RGB
CMYK
RGB Variations
Color information
#F092D3 (or 0xF092D3) is known color: Lavender Rose. HEX triplet: F0, 92 and D3. RGB value is (240,146,211). Sum of RGB (Red+Green+Blue) = 240+146+211=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F092D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F092D3 is #0F6D2C. Grayscale: #B5B5B5. Windows color (decimal): -1010989 or 13865712. OLE color: 13865712.
HSL color Cylindrical-coordinate representation of color #F092D3: hue angle of 318.51º 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 #F092D3 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 211 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.06 |
| HSL | 318.51º | 0.76% | 0.76% | - |
| HSV(B) | 318.51º | 0.39% | 0.94% | - |
| XYZ | 57.97 | 43.79 | 67.02 | - |
| YUV | 181.52 | 144.64 | 169.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 211 | 0 | 0.39 | 0.12 | 0.06 | 318.51 | 0.76 | 0.76 |
| Hex | F0 | 92 | D3 | 0 | 27 | C | 6 | 13F | 4C | 4C |
| Octal | 360 | 222 | 323 | 0 | 47 | 14 | 6 | 477 | 114 | 114 |
| Binary | 11110000 | 10010010 | 11010011 | 0 | 100111 | 1100 | 110 | 100111111 | 1001100 | 1001100 |
Color Harmonies of #F092D3
Complementary color
Monochromatic Colors of #F092D3
Black with #F092D3
Text Example
Text Example
White with #F092D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F092D3; }
p { color: rgb(240,146,211); }
H1.HeaderClassName
{
color: #F092D3;
}
.AnyTagClassName
{
color: #F092D3;
}
</style>
background-color css
<style>
a { background-color: #F092D3; }
a { background-color: rgb(240,146,211); }
div.DivClassName
{
background-color: #F092D3;
}
.BgClassName
{
background-color: #F092D3;
}
</style>
border-color css
<style>
span { border-color: #F092D3; }
span { border-color: rgb(240,146,211); }
td.TdClassName
{
border-color: #F092D3;
}
.TagClassName
{
border-color: #F092D3;
}
</style>