Shades of Violet #F994FE
Tints of Violet #F994FE
RGB
CMYK
RGB Variations
Color information
#F994FE (or 0xF994FE) is known color: Violet. HEX triplet: F9, 94 and FE. RGB value is (249,148,254). Sum of RGB (Red+Green+Blue) = 249+148+254=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 148 (58.20% from 255 or 22.73% from 651); Blue value is 254 (99.61% from 255 or 39.02% from 651); Max value from RGB is 254 - color contains mainly: blue. Hex color #F994FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F994FE is #066B01. Grayscale: #BDBDBD. Windows color (decimal): -420610 or 16684281. OLE color: 16684281.
HSL color Cylindrical-coordinate representation of color #F994FE: hue angle of 297.17º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F994FE is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 249 | 148 | 254 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.00 |
| HSL | 297.17º | 0.98% | 0.79% | - |
| HSV(B) | 297.17º | 0.42% | 1% | - |
| XYZ | 67.55 | 48.48 | 99.56 | - |
| YUV | 190.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 148 | 254 | 0.02 | 0.42 | 0 | 0.00 | 297.17 | 0.98 | 0.79 |
| Hex | F9 | 94 | FE | 2 | 2A | 0 | 0 | 129 | 62 | 4F |
| Octal | 371 | 224 | 376 | 2 | 52 | 0 | 0 | 451 | 142 | 117 |
| Binary | 11111001 | 10010100 | 11111110 | 10 | 101010 | 0 | 0 | 100101001 | 1100010 | 1001111 |
Color Harmonies of #F994FE
Complementary color
Monochromatic Colors of #F994FE
Black with #F994FE
Text Example
Text Example
White with #F994FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F994FE; }
p { color: rgb(249,148,254); }
H1.HeaderClassName
{
color: #F994FE;
}
.AnyTagClassName
{
color: #F994FE;
}
</style>
background-color css
<style>
a { background-color: #F994FE; }
a { background-color: rgb(249,148,254); }
div.DivClassName
{
background-color: #F994FE;
}
.BgClassName
{
background-color: #F994FE;
}
</style>
border-color css
<style>
span { border-color: #F994FE; }
span { border-color: rgb(249,148,254); }
td.TdClassName
{
border-color: #F994FE;
}
.TagClassName
{
border-color: #F994FE;
}
</style>