Shades of Violet #F29FFA
Tints of Violet #F29FFA
RGB
CMYK
RGB Variations
Color information
#F29FFA (or 0xF29FFA) is known color: Violet. HEX triplet: F2, 9F and FA. RGB value is (242,159,250). Sum of RGB (Red+Green+Blue) = 242+159+250=651 (86% of max value = 765). Red value is 242 (94.92% from 255 or 37.17% from 651); Green value is 159 (62.5% from 255 or 24.42% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #F29FFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29FFA is #0D6005. Grayscale: #C1C1C1. Windows color (decimal): -876550 or 16424946. OLE color: 16424946.
HSL color Cylindrical-coordinate representation of color #F29FFA: hue angle of 294.73º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29FFA is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 159 | 250 | - |
| CMYK | 0.03 | 0.36 | 0 | 0.02 |
| HSL | 294.73º | 0.9% | 0.8% | - |
| HSV(B) | 294.73º | 0.36% | 0.98% | - |
| XYZ | 66.27 | 50.58 | 96.71 | - |
| YUV | 194.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 159 | 250 | 0.03 | 0.36 | 0 | 0.02 | 294.73 | 0.9 | 0.8 |
| Hex | F2 | 9F | FA | 3 | 24 | 0 | 2 | 127 | 5A | 50 |
| Octal | 362 | 237 | 372 | 3 | 44 | 0 | 2 | 447 | 132 | 120 |
| Binary | 11110010 | 10011111 | 11111010 | 11 | 100100 | 0 | 10 | 100100111 | 1011010 | 1010000 |
Color Harmonies of #F29FFA
Complementary color
Monochromatic Colors of #F29FFA
Black with #F29FFA
Text Example
Text Example
White with #F29FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29FFA; }
p { color: rgb(242,159,250); }
H1.HeaderClassName
{
color: #F29FFA;
}
.AnyTagClassName
{
color: #F29FFA;
}
</style>
background-color css
<style>
a { background-color: #F29FFA; }
a { background-color: rgb(242,159,250); }
div.DivClassName
{
background-color: #F29FFA;
}
.BgClassName
{
background-color: #F29FFA;
}
</style>
border-color css
<style>
span { border-color: #F29FFA; }
span { border-color: rgb(242,159,250); }
td.TdClassName
{
border-color: #F29FFA;
}
.TagClassName
{
border-color: #F29FFA;
}
</style>