Shades of Violet #F29CFA
Tints of Violet #F29CFA
RGB
CMYK
RGB Variations
Color information
#F29CFA (or 0xF29CFA) is known color: Violet. HEX triplet: F2, 9C and FA. RGB value is (242,156,250). Sum of RGB (Red+Green+Blue) = 242+156+250=648 (85% of max value = 765). Red value is 242 (94.92% from 255 or 37.35% from 648); Green value is 156 (61.33% from 255 or 24.07% from 648); Blue value is 250 (98.05% from 255 or 38.58% from 648); Max value from RGB is 250 - color contains mainly: blue. Hex color #F29CFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CFA is #0D6305. Grayscale: #C0C0C0. Windows color (decimal): -877318 or 16424178. OLE color: 16424178.
HSL color Cylindrical-coordinate representation of color #F29CFA: hue angle of 294.89º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F29CFA is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 156 | 250 | - |
| CMYK | 0.03 | 0.38 | 0 | 0.02 |
| HSL | 294.89º | 0.9% | 0.8% | - |
| HSV(B) | 294.89º | 0.38% | 0.98% | - |
| XYZ | 65.76 | 49.56 | 96.54 | - |
| YUV | 192.43 | 160.49 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 250 | 0.03 | 0.38 | 0 | 0.02 | 294.89 | 0.9 | 0.8 |
| Hex | F2 | 9C | FA | 3 | 26 | 0 | 2 | 127 | 5A | 50 |
| Octal | 362 | 234 | 372 | 3 | 46 | 0 | 2 | 447 | 132 | 120 |
| Binary | 11110010 | 10011100 | 11111010 | 11 | 100110 | 0 | 10 | 100100111 | 1011010 | 1010000 |
Color Harmonies of #F29CFA
Complementary color
Monochromatic Colors of #F29CFA
Black with #F29CFA
Text Example
Text Example
White with #F29CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CFA; }
p { color: rgb(242,156,250); }
H1.HeaderClassName
{
color: #F29CFA;
}
.AnyTagClassName
{
color: #F29CFA;
}
</style>
background-color css
<style>
a { background-color: #F29CFA; }
a { background-color: rgb(242,156,250); }
div.DivClassName
{
background-color: #F29CFA;
}
.BgClassName
{
background-color: #F29CFA;
}
</style>
border-color css
<style>
span { border-color: #F29CFA; }
span { border-color: rgb(242,156,250); }
td.TdClassName
{
border-color: #F29CFA;
}
.TagClassName
{
border-color: #F29CFA;
}
</style>