Shades of Lavender Rose #F6A4F9
Tints of Lavender Rose #F6A4F9
RGB
CMYK
RGB Variations
Color information
#F6A4F9 (or 0xF6A4F9) is known color: Lavender Rose. HEX triplet: F6, A4 and F9. RGB value is (246,164,249). Sum of RGB (Red+Green+Blue) = 246+164+249=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 164 (64.45% from 255 or 24.89% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6A4F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A4F9 is #095B06. Grayscale: #C5C5C5. Windows color (decimal): -613127 or 16360694. OLE color: 16360694.
HSL color Cylindrical-coordinate representation of color #F6A4F9: hue angle of 297.88º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F6A4F9 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 164 | 249 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.02 |
| HSL | 297.88º | 0.88% | 0.81% | - |
| HSV(B) | 297.88º | 0.34% | 0.98% | - |
| XYZ | 68.38 | 52.98 | 96.25 | - |
| YUV | 198.21 | 156.67 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 164 | 249 | 0.01 | 0.34 | 0 | 0.02 | 297.88 | 0.88 | 0.81 |
| Hex | F6 | A4 | F9 | 1 | 22 | 0 | 2 | 12A | 58 | 51 |
| Octal | 366 | 244 | 371 | 1 | 42 | 0 | 2 | 452 | 130 | 121 |
| Binary | 11110110 | 10100100 | 11111001 | 1 | 100010 | 0 | 10 | 100101010 | 1011000 | 1010001 |
Color Harmonies of #F6A4F9
Complementary color
Monochromatic Colors of #F6A4F9
Black with #F6A4F9
Text Example
Text Example
White with #F6A4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A4F9; }
p { color: rgb(246,164,249); }
H1.HeaderClassName
{
color: #F6A4F9;
}
.AnyTagClassName
{
color: #F6A4F9;
}
</style>
background-color css
<style>
a { background-color: #F6A4F9; }
a { background-color: rgb(246,164,249); }
div.DivClassName
{
background-color: #F6A4F9;
}
.BgClassName
{
background-color: #F6A4F9;
}
</style>
border-color css
<style>
span { border-color: #F6A4F9; }
span { border-color: rgb(246,164,249); }
td.TdClassName
{
border-color: #F6A4F9;
}
.TagClassName
{
border-color: #F6A4F9;
}
</style>