Shades of Lavender Rose #F69EF0
Tints of Lavender Rose #F69EF0
RGB
CMYK
RGB Variations
Color information
#F69EF0 (or 0xF69EF0) is known color: Lavender Rose. HEX triplet: F6, 9E and F0. RGB value is (246,158,240). Sum of RGB (Red+Green+Blue) = 246+158+240=644 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.20% from 644); Green value is 158 (62.11% from 255 or 24.53% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69EF0 is #09610F. Grayscale: #C1C1C1. Windows color (decimal): -614672 or 15769334. OLE color: 15769334.
HSL color Cylindrical-coordinate representation of color #F69EF0: hue angle of 304.09º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F69EF0 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 240 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.04 |
| HSL | 304.09º | 0.83% | 0.79% | - |
| HSV(B) | 304.09º | 0.36% | 0.96% | - |
| XYZ | 65.96 | 50.34 | 88.68 | - |
| YUV | 193.66 | 154.15 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 240 | 0 | 0.36 | 0.02 | 0.04 | 304.09 | 0.83 | 0.79 |
| Hex | F6 | 9E | F0 | 0 | 24 | 2 | 4 | 130 | 53 | 4F |
| Octal | 366 | 236 | 360 | 0 | 44 | 2 | 4 | 460 | 123 | 117 |
| Binary | 11110110 | 10011110 | 11110000 | 0 | 100100 | 10 | 100 | 100110000 | 1010011 | 1001111 |
Color Harmonies of #F69EF0
Complementary color
Monochromatic Colors of #F69EF0
Black with #F69EF0
Text Example
Text Example
White with #F69EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EF0; }
p { color: rgb(246,158,240); }
H1.HeaderClassName
{
color: #F69EF0;
}
.AnyTagClassName
{
color: #F69EF0;
}
</style>
background-color css
<style>
a { background-color: #F69EF0; }
a { background-color: rgb(246,158,240); }
div.DivClassName
{
background-color: #F69EF0;
}
.BgClassName
{
background-color: #F69EF0;
}
</style>
border-color css
<style>
span { border-color: #F69EF0; }
span { border-color: rgb(246,158,240); }
td.TdClassName
{
border-color: #F69EF0;
}
.TagClassName
{
border-color: #F69EF0;
}
</style>