Shades of Violet #F29CFD
Tints of Violet #F29CFD
RGB
CMYK
RGB Variations
Color information
#F29CFD (or 0xF29CFD) is known color: Violet. HEX triplet: F2, 9C and FD. RGB value is (242,156,253). Sum of RGB (Red+Green+Blue) = 242+156+253=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 156 (61.33% from 255 or 23.96% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #F29CFD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29CFD is #0D6302. Grayscale: #C0C0C0. Windows color (decimal): -877315 or 16620786. OLE color: 16620786.
HSL color Cylindrical-coordinate representation of color #F29CFD: hue angle of 293.2º degrees, saturation: 0.96, 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 #F29CFD is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 156 | 253 | - |
| CMYK | 0.04 | 0.38 | 0 | 0.01 |
| HSL | 293.2º | 0.96% | 0.8% | - |
| HSV(B) | 293.2º | 0.38% | 0.99% | - |
| XYZ | 66.24 | 49.75 | 99.04 | - |
| YUV | 192.77 | 161.99 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 253 | 0.04 | 0.38 | 0 | 0.01 | 293.2 | 0.96 | 0.8 |
| Hex | F2 | 9C | FD | 4 | 26 | 0 | 1 | 125 | 60 | 50 |
| Octal | 362 | 234 | 375 | 4 | 46 | 0 | 1 | 445 | 140 | 120 |
| Binary | 11110010 | 10011100 | 11111101 | 100 | 100110 | 0 | 1 | 100100101 | 1100000 | 1010000 |
Color Harmonies of #F29CFD
Complementary color
Monochromatic Colors of #F29CFD
Black with #F29CFD
Text Example
Text Example
White with #F29CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CFD; }
p { color: rgb(242,156,253); }
H1.HeaderClassName
{
color: #F29CFD;
}
.AnyTagClassName
{
color: #F29CFD;
}
</style>
background-color css
<style>
a { background-color: #F29CFD; }
a { background-color: rgb(242,156,253); }
div.DivClassName
{
background-color: #F29CFD;
}
.BgClassName
{
background-color: #F29CFD;
}
</style>
border-color css
<style>
span { border-color: #F29CFD; }
span { border-color: rgb(242,156,253); }
td.TdClassName
{
border-color: #F29CFD;
}
.TagClassName
{
border-color: #F29CFD;
}
</style>