Shades of Lavender Rose #F992D4
Tints of Lavender Rose #F992D4
RGB
CMYK
RGB Variations
Color information
#F992D4 (or 0xF992D4) is known color: Lavender Rose. HEX triplet: F9, 92 and D4. RGB value is (249,146,212). Sum of RGB (Red+Green+Blue) = 249+146+212=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 212 (83.20% from 255 or 34.93% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F992D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F992D4 is #066D2B. Grayscale: #B8B8B8. Windows color (decimal): -421164 or 13931257. OLE color: 13931257.
HSL color Cylindrical-coordinate representation of color #F992D4: hue angle of 321.55º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F992D4 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 212 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.02 |
| HSL | 321.55º | 0.9% | 0.77% | - |
| HSV(B) | 321.55º | 0.41% | 0.98% | - |
| XYZ | 61.23 | 45.45 | 67.83 | - |
| YUV | 184.32 | 143.62 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 212 | 0 | 0.41 | 0.15 | 0.02 | 321.55 | 0.9 | 0.77 |
| Hex | F9 | 92 | D4 | 0 | 29 | F | 2 | 142 | 5A | 4D |
| Octal | 371 | 222 | 324 | 0 | 51 | 17 | 2 | 502 | 132 | 115 |
| Binary | 11111001 | 10010010 | 11010100 | 0 | 101001 | 1111 | 10 | 101000010 | 1011010 | 1001101 |
Color Harmonies of #F992D4
Complementary color
Monochromatic Colors of #F992D4
Black with #F992D4
Text Example
Text Example
White with #F992D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F992D4; }
p { color: rgb(249,146,212); }
H1.HeaderClassName
{
color: #F992D4;
}
.AnyTagClassName
{
color: #F992D4;
}
</style>
background-color css
<style>
a { background-color: #F992D4; }
a { background-color: rgb(249,146,212); }
div.DivClassName
{
background-color: #F992D4;
}
.BgClassName
{
background-color: #F992D4;
}
</style>
border-color css
<style>
span { border-color: #F992D4; }
span { border-color: rgb(249,146,212); }
td.TdClassName
{
border-color: #F992D4;
}
.TagClassName
{
border-color: #F992D4;
}
</style>