Shades of Lavender Rose #F292DA
Tints of Lavender Rose #F292DA
RGB
CMYK
RGB Variations
Color information
#F292DA (or 0xF292DA) is known color: Lavender Rose. HEX triplet: F2, 92 and DA. RGB value is (242,146,218). Sum of RGB (Red+Green+Blue) = 242+146+218=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 218 (85.55% from 255 or 35.97% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F292DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F292DA is #0D6D25. Grayscale: #B6B6B6. Windows color (decimal): -879910 or 14324466. OLE color: 14324466.
HSL color Cylindrical-coordinate representation of color #F292DA: hue angle of 315º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F292DA is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 146 | 218 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.05 |
| HSL | 315º | 0.79% | 0.76% | - |
| HSV(B) | 315º | 0.4% | 0.95% | - |
| XYZ | 59.55 | 44.5 | 71.78 | - |
| YUV | 182.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 146 | 218 | 0 | 0.40 | 0.10 | 0.05 | 315 | 0.79 | 0.76 |
| Hex | F2 | 92 | DA | 0 | 28 | A | 5 | 13B | 4F | 4C |
| Octal | 362 | 222 | 332 | 0 | 50 | 12 | 5 | 473 | 117 | 114 |
| Binary | 11110010 | 10010010 | 11011010 | 0 | 101000 | 1010 | 101 | 100111011 | 1001111 | 1001100 |
Color Harmonies of #F292DA
Complementary color
Monochromatic Colors of #F292DA
Black with #F292DA
Text Example
Text Example
White with #F292DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F292DA; }
p { color: rgb(242,146,218); }
H1.HeaderClassName
{
color: #F292DA;
}
.AnyTagClassName
{
color: #F292DA;
}
</style>
background-color css
<style>
a { background-color: #F292DA; }
a { background-color: rgb(242,146,218); }
div.DivClassName
{
background-color: #F292DA;
}
.BgClassName
{
background-color: #F292DA;
}
</style>
border-color css
<style>
span { border-color: #F292DA; }
span { border-color: rgb(242,146,218); }
td.TdClassName
{
border-color: #F292DA;
}
.TagClassName
{
border-color: #F292DA;
}
</style>