Shades of Lavender Rose #F6A4F0
Tints of Lavender Rose #F6A4F0
RGB
CMYK
RGB Variations
Color information
#F6A4F0 (or 0xF6A4F0) is known color: Lavender Rose. HEX triplet: F6, A4 and F0. RGB value is (246,164,240). Sum of RGB (Red+Green+Blue) = 246+164+240=650 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.85% from 650); Green value is 164 (64.45% from 255 or 25.23% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A4F0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4F0 is #095B0F. Grayscale: #C4C4C4. Windows color (decimal): -613136 or 15770870. OLE color: 15770870.
HSL color Cylindrical-coordinate representation of color #F6A4F0: hue angle of 304.39º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6A4F0 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 164 | 240 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.04 |
| HSL | 304.39º | 0.82% | 0.8% | - |
| HSV(B) | 304.39º | 0.33% | 0.96% | - |
| XYZ | 67.01 | 52.44 | 89.03 | - |
| YUV | 197.18 | 152.17 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 240 | 0 | 0.33 | 0.02 | 0.04 | 304.39 | 0.82 | 0.8 |
| Hex | F6 | A4 | F0 | 0 | 21 | 2 | 4 | 130 | 52 | 50 |
| Octal | 366 | 244 | 360 | 0 | 41 | 2 | 4 | 460 | 122 | 120 |
| Binary | 11110110 | 10100100 | 11110000 | 0 | 100001 | 10 | 100 | 100110000 | 1010010 | 1010000 |
Color Harmonies of #F6A4F0
Complementary color
Monochromatic Colors of #F6A4F0
Black with #F6A4F0
Text Example
Text Example
White with #F6A4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4F0; }
p { color: rgb(246,164,240); }
H1.HeaderClassName
{
color: #F6A4F0;
}
.AnyTagClassName
{
color: #F6A4F0;
}
</style>
background-color css
<style>
a { background-color: #F6A4F0; }
a { background-color: rgb(246,164,240); }
div.DivClassName
{
background-color: #F6A4F0;
}
.BgClassName
{
background-color: #F6A4F0;
}
</style>
border-color css
<style>
span { border-color: #F6A4F0; }
span { border-color: rgb(246,164,240); }
td.TdClassName
{
border-color: #F6A4F0;
}
.TagClassName
{
border-color: #F6A4F0;
}
</style>