Shades of Violet #F29EFC
Tints of Violet #F29EFC
RGB
CMYK
RGB Variations
Color information
#F29EFC (or 0xF29EFC) is known color: Violet. HEX triplet: F2, 9E and FC. RGB value is (242,158,252). Sum of RGB (Red+Green+Blue) = 242+158+252=652 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.12% from 652); Green value is 158 (62.11% from 255 or 24.23% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #F29EFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EFC is #0D6103. Grayscale: #C1C1C1. Windows color (decimal): -876804 or 16555762. OLE color: 16555762.
HSL color Cylindrical-coordinate representation of color #F29EFC: hue angle of 293.62º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29EFC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 158 | 252 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 293.62º | 0.94% | 0.8% | - |
| HSV(B) | 293.62º | 0.37% | 0.99% | - |
| XYZ | 66.42 | 50.36 | 98.32 | - |
| YUV | 193.83 | 160.83 | 162.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 252 | 0.04 | 0.37 | 0 | 0.01 | 293.62 | 0.94 | 0.8 |
| Hex | F2 | 9E | FC | 4 | 25 | 0 | 1 | 126 | 5E | 50 |
| Octal | 362 | 236 | 374 | 4 | 45 | 0 | 1 | 446 | 136 | 120 |
| Binary | 11110010 | 10011110 | 11111100 | 100 | 100101 | 0 | 1 | 100100110 | 1011110 | 1010000 |
Color Harmonies of #F29EFC
Complementary color
Monochromatic Colors of #F29EFC
Black with #F29EFC
Text Example
Text Example
White with #F29EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EFC; }
p { color: rgb(242,158,252); }
H1.HeaderClassName
{
color: #F29EFC;
}
.AnyTagClassName
{
color: #F29EFC;
}
</style>
background-color css
<style>
a { background-color: #F29EFC; }
a { background-color: rgb(242,158,252); }
div.DivClassName
{
background-color: #F29EFC;
}
.BgClassName
{
background-color: #F29EFC;
}
</style>
border-color css
<style>
span { border-color: #F29EFC; }
span { border-color: rgb(242,158,252); }
td.TdClassName
{
border-color: #F29EFC;
}
.TagClassName
{
border-color: #F29EFC;
}
</style>