Shades of Violet #F29CFC
Tints of Violet #F29CFC
RGB
CMYK
RGB Variations
Color information
#F29CFC (or 0xF29CFC) is known color: Violet. HEX triplet: F2, 9C and FC. RGB value is (242,156,252). Sum of RGB (Red+Green+Blue) = 242+156+252=650 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.23% from 650); Green value is 156 (61.33% from 255 or 24% from 650); Blue value is 252 (98.83% from 255 or 38.77% from 650); Max value from RGB is 252 - color contains mainly: blue. Hex color #F29CFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CFC is #0D6303. Grayscale: #C0C0C0. Windows color (decimal): -877316 or 16555250. OLE color: 16555250.
HSL color Cylindrical-coordinate representation of color #F29CFC: hue angle of 293.75º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F29CFC is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 156 | 252 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.01 |
| HSL | 293.75º | 0.94% | 0.8% | - |
| HSV(B) | 293.75º | 0.38% | 0.99% | - |
| XYZ | 66.08 | 49.68 | 98.2 | - |
| YUV | 192.66 | 161.49 | 163.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 252 | 0.04 | 0.38 | 0 | 0.01 | 293.75 | 0.94 | 0.8 |
| Hex | F2 | 9C | FC | 4 | 26 | 0 | 1 | 126 | 5E | 50 |
| Octal | 362 | 234 | 374 | 4 | 46 | 0 | 1 | 446 | 136 | 120 |
| Binary | 11110010 | 10011100 | 11111100 | 100 | 100110 | 0 | 1 | 100100110 | 1011110 | 1010000 |
Color Harmonies of #F29CFC
Complementary color
Monochromatic Colors of #F29CFC
Black with #F29CFC
Text Example
Text Example
White with #F29CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CFC; }
p { color: rgb(242,156,252); }
H1.HeaderClassName
{
color: #F29CFC;
}
.AnyTagClassName
{
color: #F29CFC;
}
</style>
background-color css
<style>
a { background-color: #F29CFC; }
a { background-color: rgb(242,156,252); }
div.DivClassName
{
background-color: #F29CFC;
}
.BgClassName
{
background-color: #F29CFC;
}
</style>
border-color css
<style>
span { border-color: #F29CFC; }
span { border-color: rgb(242,156,252); }
td.TdClassName
{
border-color: #F29CFC;
}
.TagClassName
{
border-color: #F29CFC;
}
</style>