Shades of Violet #F29DFB
Tints of Violet #F29DFB
RGB
CMYK
RGB Variations
Color information
#F29DFB (or 0xF29DFB) is known color: Violet. HEX triplet: F2, 9D and FB. RGB value is (242,157,251). Sum of RGB (Red+Green+Blue) = 242+157+251=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 157 (61.72% from 255 or 24.15% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #F29DFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29DFB is #0D6204. Grayscale: #C0C0C0. Windows color (decimal): -877061 or 16489970. OLE color: 16489970.
HSL color Cylindrical-coordinate representation of color #F29DFB: hue angle of 294.26º 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 #F29DFB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 157 | 251 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.02 |
| HSL | 294.26º | 0.92% | 0.8% | - |
| HSV(B) | 294.26º | 0.37% | 0.98% | - |
| XYZ | 66.09 | 49.96 | 97.43 | - |
| YUV | 193.13 | 160.66 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 251 | 0.04 | 0.37 | 0 | 0.02 | 294.26 | 0.92 | 0.8 |
| Hex | F2 | 9D | FB | 4 | 25 | 0 | 2 | 126 | 5C | 50 |
| Octal | 362 | 235 | 373 | 4 | 45 | 0 | 2 | 446 | 134 | 120 |
| Binary | 11110010 | 10011101 | 11111011 | 100 | 100101 | 0 | 10 | 100100110 | 1011100 | 1010000 |
Color Harmonies of #F29DFB
Complementary color
Monochromatic Colors of #F29DFB
Black with #F29DFB
Text Example
Text Example
White with #F29DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DFB; }
p { color: rgb(242,157,251); }
H1.HeaderClassName
{
color: #F29DFB;
}
.AnyTagClassName
{
color: #F29DFB;
}
</style>
background-color css
<style>
a { background-color: #F29DFB; }
a { background-color: rgb(242,157,251); }
div.DivClassName
{
background-color: #F29DFB;
}
.BgClassName
{
background-color: #F29DFB;
}
</style>
border-color css
<style>
span { border-color: #F29DFB; }
span { border-color: rgb(242,157,251); }
td.TdClassName
{
border-color: #F29DFB;
}
.TagClassName
{
border-color: #F29DFB;
}
</style>