Shades of Violet #F29FFC
Tints of Violet #F29FFC
RGB
CMYK
RGB Variations
Color information
#F29FFC (or 0xF29FFC) is known color: Violet. HEX triplet: F2, 9F and FC. RGB value is (242,159,252). Sum of RGB (Red+Green+Blue) = 242+159+252=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 159 (62.5% from 255 or 24.35% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #F29FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FFC is #0D6003. Grayscale: #C2C2C2. Windows color (decimal): -876548 or 16556018. OLE color: 16556018.
HSL color Cylindrical-coordinate representation of color #F29FFC: hue angle of 293.55º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F29FFC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 159 | 252 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 293.55º | 0.94% | 0.81% | - |
| HSV(B) | 293.55º | 0.37% | 0.99% | - |
| XYZ | 66.59 | 50.7 | 98.37 | - |
| YUV | 194.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 252 | 0.04 | 0.37 | 0 | 0.01 | 293.55 | 0.94 | 0.81 |
| Hex | F2 | 9F | FC | 4 | 25 | 0 | 1 | 126 | 5E | 51 |
| Octal | 362 | 237 | 374 | 4 | 45 | 0 | 1 | 446 | 136 | 121 |
| Binary | 11110010 | 10011111 | 11111100 | 100 | 100101 | 0 | 1 | 100100110 | 1011110 | 1010001 |
Color Harmonies of #F29FFC
Complementary color
Monochromatic Colors of #F29FFC
Black with #F29FFC
Text Example
Text Example
White with #F29FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FFC; }
p { color: rgb(242,159,252); }
H1.HeaderClassName
{
color: #F29FFC;
}
.AnyTagClassName
{
color: #F29FFC;
}
</style>
background-color css
<style>
a { background-color: #F29FFC; }
a { background-color: rgb(242,159,252); }
div.DivClassName
{
background-color: #F29FFC;
}
.BgClassName
{
background-color: #F29FFC;
}
</style>
border-color css
<style>
span { border-color: #F29FFC; }
span { border-color: rgb(242,159,252); }
td.TdClassName
{
border-color: #F29FFC;
}
.TagClassName
{
border-color: #F29FFC;
}
</style>