Shades of Violet #F29CFF
Tints of Violet #F29CFF
RGB
CMYK
RGB Variations
Color information
#F29CFF (or 0xF29CFF) is known color: Violet. HEX triplet: F2, 9C and FF. RGB value is (242,156,255). Sum of RGB (Red+Green+Blue) = 242+156+255=653 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.06% from 653); Green value is 156 (61.33% from 255 or 23.89% from 653); Blue value is 255 (100% from 255 or 39.05% from 653); Max value from RGB is 255 - color contains mainly: blue. Hex color #F29CFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CFF is #0D6300. Grayscale: #C0C0C0. Windows color (decimal): -877313 or 16751858. OLE color: 16751858.
HSL color Cylindrical-coordinate representation of color #F29CFF: hue angle of 292.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F29CFF is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 156 | 255 | - |
| CMYK | 0.05 | 0.39 | 0 | 0 |
| HSL | 292.12º | 1% | 0.81% | - |
| HSV(B) | 292.12º | 0.39% | 1% | - |
| XYZ | 66.56 | 49.87 | 100.73 | - |
| YUV | 193 | 162.99 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 255 | 0.05 | 0.39 | 0 | 0 | 292.12 | 1 | 0.81 |
| Hex | F2 | 9C | FF | 5 | 27 | 0 | 0 | 124 | 64 | 51 |
| Octal | 362 | 234 | 377 | 5 | 47 | 0 | 0 | 444 | 144 | 121 |
| Binary | 11110010 | 10011100 | 11111111 | 101 | 100111 | 0 | 0 | 100100100 | 1100100 | 1010001 |
Color Harmonies of #F29CFF
Complementary color
Monochromatic Colors of #F29CFF
Black with #F29CFF
Text Example
Text Example
White with #F29CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CFF; }
p { color: rgb(242,156,255); }
H1.HeaderClassName
{
color: #F29CFF;
}
.AnyTagClassName
{
color: #F29CFF;
}
</style>
background-color css
<style>
a { background-color: #F29CFF; }
a { background-color: rgb(242,156,255); }
div.DivClassName
{
background-color: #F29CFF;
}
.BgClassName
{
background-color: #F29CFF;
}
</style>
border-color css
<style>
span { border-color: #F29CFF; }
span { border-color: rgb(242,156,255); }
td.TdClassName
{
border-color: #F29CFF;
}
.TagClassName
{
border-color: #F29CFF;
}
</style>