Shades of Violet #F288EC
Tints of Violet #F288EC
RGB
CMYK
RGB Variations
Color information
#F288EC (or 0xF288EC) is known color: Violet. HEX triplet: F2, 88 and EC. RGB value is (242,136,236). Sum of RGB (Red+Green+Blue) = 242+136+236=614 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.41% from 614); Green value is 136 (53.52% from 255 or 22.15% from 614); Blue value is 236 (92.58% from 255 or 38.44% from 614); Max value from RGB is 242 - color contains mainly: red. Hex color #F288EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F288EC is #0D7713. Grayscale: #B2B2B2. Windows color (decimal): -882452 or 15501554. OLE color: 15501554.
HSL color Cylindrical-coordinate representation of color #F288EC: hue angle of 303.4º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F288EC is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 236 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.05 |
| HSL | 303.4º | 0.8% | 0.74% | - |
| HSV(B) | 303.4º | 0.44% | 0.95% | - |
| XYZ | 60.56 | 42.54 | 84.38 | - |
| YUV | 179.09 | 160.12 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 236 | 0 | 0.44 | 0.02 | 0.05 | 303.4 | 0.8 | 0.74 |
| Hex | F2 | 88 | EC | 0 | 2C | 2 | 5 | 12F | 50 | 4A |
| Octal | 362 | 210 | 354 | 0 | 54 | 2 | 5 | 457 | 120 | 112 |
| Binary | 11110010 | 10001000 | 11101100 | 0 | 101100 | 10 | 101 | 100101111 | 1010000 | 1001010 |
Color Harmonies of #F288EC
Complementary color
Monochromatic Colors of #F288EC
Black with #F288EC
Text Example
Text Example
White with #F288EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F288EC; }
p { color: rgb(242,136,236); }
H1.HeaderClassName
{
color: #F288EC;
}
.AnyTagClassName
{
color: #F288EC;
}
</style>
background-color css
<style>
a { background-color: #F288EC; }
a { background-color: rgb(242,136,236); }
div.DivClassName
{
background-color: #F288EC;
}
.BgClassName
{
background-color: #F288EC;
}
</style>
border-color css
<style>
span { border-color: #F288EC; }
span { border-color: rgb(242,136,236); }
td.TdClassName
{
border-color: #F288EC;
}
.TagClassName
{
border-color: #F288EC;
}
</style>