Shades of Lavender Rose #F69EF2
Tints of Lavender Rose #F69EF2
RGB
CMYK
RGB Variations
Color information
#F69EF2 (or 0xF69EF2) is known color: Lavender Rose. HEX triplet: F6, 9E and F2. RGB value is (246,158,242). Sum of RGB (Red+Green+Blue) = 246+158+242=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 158 (62.11% from 255 or 24.46% from 646); Blue value is 242 (94.92% from 255 or 37.46% from 646); Max value from RGB is 246 - color contains mainly: red. Hex color #F69EF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F69EF2 is #09610D. Grayscale: #C1C1C1. Windows color (decimal): -614670 or 15900406. OLE color: 15900406.
HSL color Cylindrical-coordinate representation of color #F69EF2: hue angle of 302.73º 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 #F69EF2 is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 158 | 242 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.04 |
| HSL | 302.73º | 0.83% | 0.79% | - |
| HSV(B) | 302.73º | 0.36% | 0.96% | - |
| XYZ | 66.26 | 50.46 | 90.25 | - |
| YUV | 193.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 158 | 242 | 0 | 0.36 | 0.02 | 0.04 | 302.73 | 0.83 | 0.79 |
| Hex | F6 | 9E | F2 | 0 | 24 | 2 | 4 | 12F | 53 | 4F |
| Octal | 366 | 236 | 362 | 0 | 44 | 2 | 4 | 457 | 123 | 117 |
| Binary | 11110110 | 10011110 | 11110010 | 0 | 100100 | 10 | 100 | 100101111 | 1010011 | 1001111 |
Color Harmonies of #F69EF2
Complementary color
Monochromatic Colors of #F69EF2
Black with #F69EF2
Text Example
Text Example
White with #F69EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69EF2; }
p { color: rgb(246,158,242); }
H1.HeaderClassName
{
color: #F69EF2;
}
.AnyTagClassName
{
color: #F69EF2;
}
</style>
background-color css
<style>
a { background-color: #F69EF2; }
a { background-color: rgb(246,158,242); }
div.DivClassName
{
background-color: #F69EF2;
}
.BgClassName
{
background-color: #F69EF2;
}
</style>
border-color css
<style>
span { border-color: #F69EF2; }
span { border-color: rgb(246,158,242); }
td.TdClassName
{
border-color: #F69EF2;
}
.TagClassName
{
border-color: #F69EF2;
}
</style>