Shades of Lavender Rose #F994DF
Tints of Lavender Rose #F994DF
RGB
CMYK
RGB Variations
Color information
#F994DF (or 0xF994DF) is known color: Lavender Rose. HEX triplet: F9, 94 and DF. RGB value is (249,148,223). Sum of RGB (Red+Green+Blue) = 249+148+223=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 148 (58.20% from 255 or 23.87% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F994DF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994DF is #066B20. Grayscale: #BABABA. Windows color (decimal): -420641 or 14652665. OLE color: 14652665.
HSL color Cylindrical-coordinate representation of color #F994DF: hue angle of 315.45º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F994DF is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 223 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.02 |
| HSL | 315.45º | 0.89% | 0.78% | - |
| HSV(B) | 315.45º | 0.41% | 0.98% | - |
| XYZ | 62.98 | 46.65 | 75.5 | - |
| YUV | 186.75 | 148.46 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 223 | 0 | 0.41 | 0.10 | 0.02 | 315.45 | 0.89 | 0.78 |
| Hex | F9 | 94 | DF | 0 | 29 | A | 2 | 13B | 59 | 4E |
| Octal | 371 | 224 | 337 | 0 | 51 | 12 | 2 | 473 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11011111 | 0 | 101001 | 1010 | 10 | 100111011 | 1011001 | 1001110 |
Color Harmonies of #F994DF
Complementary color
Monochromatic Colors of #F994DF
Black with #F994DF
Text Example
Text Example
White with #F994DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994DF; }
p { color: rgb(249,148,223); }
H1.HeaderClassName
{
color: #F994DF;
}
.AnyTagClassName
{
color: #F994DF;
}
</style>
background-color css
<style>
a { background-color: #F994DF; }
a { background-color: rgb(249,148,223); }
div.DivClassName
{
background-color: #F994DF;
}
.BgClassName
{
background-color: #F994DF;
}
</style>
border-color css
<style>
span { border-color: #F994DF; }
span { border-color: rgb(249,148,223); }
td.TdClassName
{
border-color: #F994DF;
}
.TagClassName
{
border-color: #F994DF;
}
</style>