Shades of Lavender Rose #F290D6
Tints of Lavender Rose #F290D6
RGB
CMYK
RGB Variations
Color information
#F290D6 (or 0xF290D6) is known color: Lavender Rose. HEX triplet: F2, 90 and D6. RGB value is (242,144,214). Sum of RGB (Red+Green+Blue) = 242+144+214=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 144 (56.64% from 255 or 24% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F290D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F290D6 is #0D6F29. Grayscale: #B5B5B5. Windows color (decimal): -880426 or 14061810. OLE color: 14061810.
HSL color Cylindrical-coordinate representation of color #F290D6: hue angle of 317.14º 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 #F290D6 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 214 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.05 |
| HSL | 317.14º | 0.79% | 0.76% | - |
| HSV(B) | 317.14º | 0.4% | 0.95% | - |
| XYZ | 58.73 | 43.68 | 68.95 | - |
| YUV | 181.28 | 146.47 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 214 | 0 | 0.40 | 0.12 | 0.05 | 317.14 | 0.79 | 0.76 |
| Hex | F2 | 90 | D6 | 0 | 28 | C | 5 | 13D | 4F | 4C |
| Octal | 362 | 220 | 326 | 0 | 50 | 14 | 5 | 475 | 117 | 114 |
| Binary | 11110010 | 10010000 | 11010110 | 0 | 101000 | 1100 | 101 | 100111101 | 1001111 | 1001100 |
Color Harmonies of #F290D6
Complementary color
Monochromatic Colors of #F290D6
Black with #F290D6
Text Example
Text Example
White with #F290D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290D6; }
p { color: rgb(242,144,214); }
H1.HeaderClassName
{
color: #F290D6;
}
.AnyTagClassName
{
color: #F290D6;
}
</style>
background-color css
<style>
a { background-color: #F290D6; }
a { background-color: rgb(242,144,214); }
div.DivClassName
{
background-color: #F290D6;
}
.BgClassName
{
background-color: #F290D6;
}
</style>
border-color css
<style>
span { border-color: #F290D6; }
span { border-color: rgb(242,144,214); }
td.TdClassName
{
border-color: #F290D6;
}
.TagClassName
{
border-color: #F290D6;
}
</style>