Shades of Violet #F29EFB
Tints of Violet #F29EFB
RGB
CMYK
RGB Variations
Color information
#F29EFB (or 0xF29EFB) is known color: Violet. HEX triplet: F2, 9E and FB. RGB value is (242,158,251). Sum of RGB (Red+Green+Blue) = 242+158+251=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 158 (62.11% from 255 or 24.27% from 651); Blue value is 251 (98.44% from 255 or 38.56% from 651); Max value from RGB is 251 - color contains mainly: blue. Hex color #F29EFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EFB is #0D6104. Grayscale: #C1C1C1. Windows color (decimal): -876805 or 16490226. OLE color: 16490226.
HSL color Cylindrical-coordinate representation of color #F29EFB: hue angle of 294.19º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29EFB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 158 | 251 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 294.19º | 0.92% | 0.8% | - |
| HSV(B) | 294.19º | 0.37% | 0.98% | - |
| XYZ | 66.26 | 50.3 | 97.48 | - |
| YUV | 193.72 | 160.33 | 162.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 251 | 0.04 | 0.37 | 0 | 0.02 | 294.19 | 0.92 | 0.8 |
| Hex | F2 | 9E | FB | 4 | 25 | 0 | 2 | 126 | 5C | 50 |
| Octal | 362 | 236 | 373 | 4 | 45 | 0 | 2 | 446 | 134 | 120 |
| Binary | 11110010 | 10011110 | 11111011 | 100 | 100101 | 0 | 10 | 100100110 | 1011100 | 1010000 |
Color Harmonies of #F29EFB
Complementary color
Monochromatic Colors of #F29EFB
Black with #F29EFB
Text Example
Text Example
White with #F29EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EFB; }
p { color: rgb(242,158,251); }
H1.HeaderClassName
{
color: #F29EFB;
}
.AnyTagClassName
{
color: #F29EFB;
}
</style>
background-color css
<style>
a { background-color: #F29EFB; }
a { background-color: rgb(242,158,251); }
div.DivClassName
{
background-color: #F29EFB;
}
.BgClassName
{
background-color: #F29EFB;
}
</style>
border-color css
<style>
span { border-color: #F29EFB; }
span { border-color: rgb(242,158,251); }
td.TdClassName
{
border-color: #F29EFB;
}
.TagClassName
{
border-color: #F29EFB;
}
</style>