Shades of Lavender Rose #F99DF4
Tints of Lavender Rose #F99DF4
RGB
CMYK
RGB Variations
Color information
#F99DF4 (or 0xF99DF4) is known color: Lavender Rose. HEX triplet: F9, 9D and F4. RGB value is (249,157,244). Sum of RGB (Red+Green+Blue) = 249+157+244=650 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.31% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 244 (95.70% from 255 or 37.54% from 650); Max value from RGB is 249 - color contains mainly: red. Hex color #F99DF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F99DF4 is #06620B. Grayscale: #C2C2C2. Windows color (decimal): -418316 or 16031225. OLE color: 16031225.
HSL color Cylindrical-coordinate representation of color #F99DF4: hue angle of 303.26º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F99DF4 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 249 | 157 | 244 | - |
CMYK | 0 | 0.37 | 0.02 | 0.02 |
HSL | 303.26º | 0.88% | 0.8% | - |
HSV(B) | 303.26º | 0.37% | 0.98% | - |
XYZ | 67.45 | 50.79 | 91.84 | - |
YUV | 194.43 | 155.98 | 166.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 157 | 244 | 0 | 0.37 | 0.02 | 0.02 | 303.26 | 0.88 | 0.8 |
Hex | F9 | 9D | F4 | 0 | 25 | 2 | 2 | 12F | 58 | 50 |
Octal | 371 | 235 | 364 | 0 | 45 | 2 | 2 | 457 | 130 | 120 |
Binary | 11111001 | 10011101 | 11110100 | 0 | 100101 | 10 | 10 | 100101111 | 1011000 | 1010000 |
Color Harmonies of #F99DF4
Complementary color
Monochromatic Colors of #F99DF4
Black with #F99DF4
Text Example
Text Example
White with #F99DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99DF4; }
p { color: rgb(249,157,244); }
H1.HeaderClassName
{
color: #F99DF4;
}
.AnyTagClassName
{
color: #F99DF4;
}
</style>
background-color css
<style>
a { background-color: #F99DF4; }
a { background-color: rgb(249,157,244); }
div.DivClassName
{
background-color: #F99DF4;
}
.BgClassName
{
background-color: #F99DF4;
}
</style>
border-color css
<style>
span { border-color: #F99DF4; }
span { border-color: rgb(249,157,244); }
td.TdClassName
{
border-color: #F99DF4;
}
.TagClassName
{
border-color: #F99DF4;
}
</style>