Shades of Violet #F291EC
Tints of Violet #F291EC
RGB
CMYK
RGB Variations
Color information
#F291EC (or 0xF291EC) is known color: Violet. HEX triplet: F2, 91 and EC. RGB value is (242,145,236). Sum of RGB (Red+Green+Blue) = 242+145+236=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 145 (57.03% from 255 or 23.27% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F291EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F291EC is #0D6E13. Grayscale: #B8B8B8. Windows color (decimal): -880148 or 15503858. OLE color: 15503858.
HSL color Cylindrical-coordinate representation of color #F291EC: hue angle of 303.71º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F291EC is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 236 | - |
| CMYK | 0 | 0.40 | 0.02 | 0.05 |
| HSL | 303.71º | 0.79% | 0.76% | - |
| HSV(B) | 303.71º | 0.4% | 0.95% | - |
| XYZ | 61.88 | 45.18 | 84.82 | - |
| YUV | 184.38 | 157.14 | 169.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 236 | 0 | 0.40 | 0.02 | 0.05 | 303.71 | 0.79 | 0.76 |
| Hex | F2 | 91 | EC | 0 | 28 | 2 | 5 | 130 | 4F | 4C |
| Octal | 362 | 221 | 354 | 0 | 50 | 2 | 5 | 460 | 117 | 114 |
| Binary | 11110010 | 10010001 | 11101100 | 0 | 101000 | 10 | 101 | 100110000 | 1001111 | 1001100 |
Color Harmonies of #F291EC
Complementary color
Monochromatic Colors of #F291EC
Black with #F291EC
Text Example
Text Example
White with #F291EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291EC; }
p { color: rgb(242,145,236); }
H1.HeaderClassName
{
color: #F291EC;
}
.AnyTagClassName
{
color: #F291EC;
}
</style>
background-color css
<style>
a { background-color: #F291EC; }
a { background-color: rgb(242,145,236); }
div.DivClassName
{
background-color: #F291EC;
}
.BgClassName
{
background-color: #F291EC;
}
</style>
border-color css
<style>
span { border-color: #F291EC; }
span { border-color: rgb(242,145,236); }
td.TdClassName
{
border-color: #F291EC;
}
.TagClassName
{
border-color: #F291EC;
}
</style>