Shades of Lavender Rose #F994DC
Tints of Lavender Rose #F994DC
RGB
CMYK
RGB Variations
Color information
#F994DC (or 0xF994DC) is known color: Lavender Rose. HEX triplet: F9, 94 and DC. RGB value is (249,148,220). Sum of RGB (Red+Green+Blue) = 249+148+220=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F994DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F994DC is #066B23. Grayscale: #BABABA. Windows color (decimal): -420644 or 14456057. OLE color: 14456057.
HSL color Cylindrical-coordinate representation of color #F994DC: hue angle of 317.23º 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 #F994DC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 148 | 220 | - |
| CMYK | 0 | 0.41 | 0.12 | 0.02 |
| HSL | 317.23º | 0.89% | 0.78% | - |
| HSV(B) | 317.23º | 0.41% | 0.98% | - |
| XYZ | 62.58 | 46.49 | 73.38 | - |
| YUV | 186.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 220 | 0 | 0.41 | 0.12 | 0.02 | 317.23 | 0.89 | 0.78 |
| Hex | F9 | 94 | DC | 0 | 29 | C | 2 | 13D | 59 | 4E |
| Octal | 371 | 224 | 334 | 0 | 51 | 14 | 2 | 475 | 131 | 116 |
| Binary | 11111001 | 10010100 | 11011100 | 0 | 101001 | 1100 | 10 | 100111101 | 1011001 | 1001110 |
Color Harmonies of #F994DC
Complementary color
Monochromatic Colors of #F994DC
Black with #F994DC
Text Example
Text Example
White with #F994DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994DC; }
p { color: rgb(249,148,220); }
H1.HeaderClassName
{
color: #F994DC;
}
.AnyTagClassName
{
color: #F994DC;
}
</style>
background-color css
<style>
a { background-color: #F994DC; }
a { background-color: rgb(249,148,220); }
div.DivClassName
{
background-color: #F994DC;
}
.BgClassName
{
background-color: #F994DC;
}
</style>
border-color css
<style>
span { border-color: #F994DC; }
span { border-color: rgb(249,148,220); }
td.TdClassName
{
border-color: #F994DC;
}
.TagClassName
{
border-color: #F994DC;
}
</style>