Shades of Violet #F289EC
Tints of Violet #F289EC
RGB
CMYK
RGB Variations
Color information
#F289EC (or 0xF289EC) is known color: Violet. HEX triplet: F2, 89 and EC. RGB value is (242,137,236). Sum of RGB (Red+Green+Blue) = 242+137+236=615 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.35% from 615); Green value is 137 (53.91% from 255 or 22.28% from 615); Blue value is 236 (92.58% from 255 or 38.37% from 615); Max value from RGB is 242 - color contains mainly: red. Hex color #F289EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F289EC is #0D7613. Grayscale: #B3B3B3. Windows color (decimal): -882196 or 15501810. OLE color: 15501810.
HSL color Cylindrical-coordinate representation of color #F289EC: hue angle of 303.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F289EC is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 236 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.05 |
| HSL | 303.43º | 0.8% | 0.74% | - |
| HSV(B) | 303.43º | 0.43% | 0.95% | - |
| XYZ | 60.7 | 42.82 | 84.42 | - |
| YUV | 179.68 | 159.79 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 236 | 0 | 0.43 | 0.02 | 0.05 | 303.43 | 0.8 | 0.74 |
| Hex | F2 | 89 | EC | 0 | 2B | 2 | 5 | 12F | 50 | 4A |
| Octal | 362 | 211 | 354 | 0 | 53 | 2 | 5 | 457 | 120 | 112 |
| Binary | 11110010 | 10001001 | 11101100 | 0 | 101011 | 10 | 101 | 100101111 | 1010000 | 1001010 |
Color Harmonies of #F289EC
Complementary color
Monochromatic Colors of #F289EC
Black with #F289EC
Text Example
Text Example
White with #F289EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F289EC; }
p { color: rgb(242,137,236); }
H1.HeaderClassName
{
color: #F289EC;
}
.AnyTagClassName
{
color: #F289EC;
}
</style>
background-color css
<style>
a { background-color: #F289EC; }
a { background-color: rgb(242,137,236); }
div.DivClassName
{
background-color: #F289EC;
}
.BgClassName
{
background-color: #F289EC;
}
</style>
border-color css
<style>
span { border-color: #F289EC; }
span { border-color: rgb(242,137,236); }
td.TdClassName
{
border-color: #F289EC;
}
.TagClassName
{
border-color: #F289EC;
}
</style>