Shades of Violet #F29BFE
Tints of Violet #F29BFE
RGB
CMYK
RGB Variations
Color information
#F29BFE (or 0xF29BFE) is known color: Violet. HEX triplet: F2, 9B and FE. RGB value is (242,155,254). Sum of RGB (Red+Green+Blue) = 242+155+254=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 155 (60.94% from 255 or 23.81% 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 #F29BFE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BFE is #0D6401. Grayscale: #BFBFBF. Windows color (decimal): -877570 or 16686066. OLE color: 16686066.
HSL color Cylindrical-coordinate representation of color #F29BFE: hue angle of 292.73º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F29BFE is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 155 | 254 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.00 |
| HSL | 292.73º | 0.98% | 0.8% | - |
| HSV(B) | 292.73º | 0.39% | 1% | - |
| XYZ | 66.23 | 49.48 | 99.83 | - |
| YUV | 192.3 | 162.82 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 254 | 0.05 | 0.39 | 0 | 0.00 | 292.73 | 0.98 | 0.8 |
| Hex | F2 | 9B | FE | 5 | 27 | 0 | 0 | 125 | 62 | 50 |
| Octal | 362 | 233 | 376 | 5 | 47 | 0 | 0 | 445 | 142 | 120 |
| Binary | 11110010 | 10011011 | 11111110 | 101 | 100111 | 0 | 0 | 100100101 | 1100010 | 1010000 |
Color Harmonies of #F29BFE
Complementary color
Monochromatic Colors of #F29BFE
Black with #F29BFE
Text Example
Text Example
White with #F29BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BFE; }
p { color: rgb(242,155,254); }
H1.HeaderClassName
{
color: #F29BFE;
}
.AnyTagClassName
{
color: #F29BFE;
}
</style>
background-color css
<style>
a { background-color: #F29BFE; }
a { background-color: rgb(242,155,254); }
div.DivClassName
{
background-color: #F29BFE;
}
.BgClassName
{
background-color: #F29BFE;
}
</style>
border-color css
<style>
span { border-color: #F29BFE; }
span { border-color: rgb(242,155,254); }
td.TdClassName
{
border-color: #F29BFE;
}
.TagClassName
{
border-color: #F29BFE;
}
</style>