Shades of Lavender Rose #F2A9F0
Tints of Lavender Rose #F2A9F0
RGB
CMYK
RGB Variations
Color information
#F2A9F0 (or 0xF2A9F0) is known color: Lavender Rose. HEX triplet: F2, A9 and F0. RGB value is (242,169,240). Sum of RGB (Red+Green+Blue) = 242+169+240=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 169 (66.41% from 255 or 25.96% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A9F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F2A9F0 is #0D560F. Grayscale: #C6C6C6. Windows color (decimal): -874000 or 15772146. OLE color: 15772146.
HSL color Cylindrical-coordinate representation of color #F2A9F0: hue angle of 301.64º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F2A9F0 is Cyan = 0, Magento = 0.30, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 169 | 240 | - |
| CMYK | 0 | 0.30 | 0.01 | 0.05 |
| HSL | 301.64º | 0.74% | 0.81% | - |
| HSV(B) | 301.64º | 0.3% | 0.95% | - |
| XYZ | 66.53 | 53.54 | 89.27 | - |
| YUV | 198.92 | 151.18 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 169 | 240 | 0 | 0.30 | 0.01 | 0.05 | 301.64 | 0.74 | 0.81 |
| Hex | F2 | A9 | F0 | 0 | 1E | 1 | 5 | 12E | 4A | 51 |
| Octal | 362 | 251 | 360 | 0 | 36 | 1 | 5 | 456 | 112 | 121 |
| Binary | 11110010 | 10101001 | 11110000 | 0 | 11110 | 1 | 101 | 100101110 | 1001010 | 1010001 |
Color Harmonies of #F2A9F0
Complementary color
Monochromatic Colors of #F2A9F0
Black with #F2A9F0
Text Example
Text Example
White with #F2A9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2A9F0; }
p { color: rgb(242,169,240); }
H1.HeaderClassName
{
color: #F2A9F0;
}
.AnyTagClassName
{
color: #F2A9F0;
}
</style>
background-color css
<style>
a { background-color: #F2A9F0; }
a { background-color: rgb(242,169,240); }
div.DivClassName
{
background-color: #F2A9F0;
}
.BgClassName
{
background-color: #F2A9F0;
}
</style>
border-color css
<style>
span { border-color: #F2A9F0; }
span { border-color: rgb(242,169,240); }
td.TdClassName
{
border-color: #F2A9F0;
}
.TagClassName
{
border-color: #F2A9F0;
}
</style>