Shades of Violet #F299FE
Tints of Violet #F299FE
RGB
CMYK
RGB Variations
Color information
#F299FE (or 0xF299FE) is known color: Violet. HEX triplet: F2, 99 and FE. RGB value is (242,153,254). Sum of RGB (Red+Green+Blue) = 242+153+254=649 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.29% from 649); Green value is 153 (60.16% from 255 or 23.57% from 649); Blue value is 254 (99.61% from 255 or 39.14% from 649); Max value from RGB is 254 - color contains mainly: blue. Hex color #F299FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F299FE is #0D6601. Grayscale: #BEBEBE. Windows color (decimal): -878082 or 16685554. OLE color: 16685554.
HSL color Cylindrical-coordinate representation of color #F299FE: hue angle of 292.87º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F299FE is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 153 | 254 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.00 |
| HSL | 292.87º | 0.98% | 0.8% | - |
| HSV(B) | 292.87º | 0.4% | 1% | - |
| XYZ | 65.9 | 48.82 | 99.72 | - |
| YUV | 191.13 | 163.49 | 164.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 254 | 0.05 | 0.40 | 0 | 0.00 | 292.87 | 0.98 | 0.8 |
| Hex | F2 | 99 | FE | 5 | 28 | 0 | 0 | 125 | 62 | 50 |
| Octal | 362 | 231 | 376 | 5 | 50 | 0 | 0 | 445 | 142 | 120 |
| Binary | 11110010 | 10011001 | 11111110 | 101 | 101000 | 0 | 0 | 100100101 | 1100010 | 1010000 |
Color Harmonies of #F299FE
Complementary color
Monochromatic Colors of #F299FE
Black with #F299FE
Text Example
Text Example
White with #F299FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299FE; }
p { color: rgb(242,153,254); }
H1.HeaderClassName
{
color: #F299FE;
}
.AnyTagClassName
{
color: #F299FE;
}
</style>
background-color css
<style>
a { background-color: #F299FE; }
a { background-color: rgb(242,153,254); }
div.DivClassName
{
background-color: #F299FE;
}
.BgClassName
{
background-color: #F299FE;
}
</style>
border-color css
<style>
span { border-color: #F299FE; }
span { border-color: rgb(242,153,254); }
td.TdClassName
{
border-color: #F299FE;
}
.TagClassName
{
border-color: #F299FE;
}
</style>