Shades of Lavender Rose #F6A1F8
Tints of Lavender Rose #F6A1F8
RGB
CMYK
RGB Variations
Color information
#F6A1F8 (or 0xF6A1F8) is known color: Lavender Rose. HEX triplet: F6, A1 and F8. RGB value is (246,161,248). Sum of RGB (Red+Green+Blue) = 246+161+248=655 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.56% from 655); Green value is 161 (63.28% from 255 or 24.58% from 655); Blue value is 248 (97.27% from 255 or 37.86% from 655); Max value from RGB is 248 - color contains mainly: blue. Hex color #F6A1F8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6A1F8 is #095E07. Grayscale: #C4C4C4. Windows color (decimal): -613896 or 16294390. OLE color: 16294390.
HSL color Cylindrical-coordinate representation of color #F6A1F8: hue angle of 298.62º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6A1F8 is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 161 | 248 | - |
| CMYK | 0.01 | 0.35 | 0 | 0.03 |
| HSL | 298.62º | 0.86% | 0.8% | - |
| HSV(B) | 298.62º | 0.35% | 0.97% | - |
| XYZ | 67.69 | 51.86 | 95.25 | - |
| YUV | 196.33 | 157.16 | 163.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 248 | 0.01 | 0.35 | 0 | 0.03 | 298.62 | 0.86 | 0.8 |
| Hex | F6 | A1 | F8 | 1 | 23 | 0 | 3 | 12B | 56 | 50 |
| Octal | 366 | 241 | 370 | 1 | 43 | 0 | 3 | 453 | 126 | 120 |
| Binary | 11110110 | 10100001 | 11111000 | 1 | 100011 | 0 | 11 | 100101011 | 1010110 | 1010000 |
Color Harmonies of #F6A1F8
Complementary color
Monochromatic Colors of #F6A1F8
Black with #F6A1F8
Text Example
Text Example
White with #F6A1F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A1F8; }
p { color: rgb(246,161,248); }
H1.HeaderClassName
{
color: #F6A1F8;
}
.AnyTagClassName
{
color: #F6A1F8;
}
</style>
background-color css
<style>
a { background-color: #F6A1F8; }
a { background-color: rgb(246,161,248); }
div.DivClassName
{
background-color: #F6A1F8;
}
.BgClassName
{
background-color: #F6A1F8;
}
</style>
border-color css
<style>
span { border-color: #F6A1F8; }
span { border-color: rgb(246,161,248); }
td.TdClassName
{
border-color: #F6A1F8;
}
.TagClassName
{
border-color: #F6A1F8;
}
</style>