Shades of Violet #F276ED
Tints of Violet #F276ED
RGB
CMYK
RGB Variations
Color information
#F276ED (or 0xF276ED) is known color: Violet. HEX triplet: F2, 76 and ED. RGB value is (242,118,237). Sum of RGB (Red+Green+Blue) = 242+118+237=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 118 (46.48% from 255 or 19.77% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F276ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276ED is #0D8912. Grayscale: #A8A8A8. Windows color (decimal): -887059 or 15562482. OLE color: 15562482.
HSL color Cylindrical-coordinate representation of color #F276ED: hue angle of 302.42º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F276ED is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 237 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.05 |
| HSL | 302.42º | 0.83% | 0.71% | - |
| HSV(B) | 302.42º | 0.51% | 0.95% | - |
| XYZ | 58.38 | 37.95 | 84.37 | - |
| YUV | 168.64 | 166.58 | 180.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 237 | 0 | 0.51 | 0.02 | 0.05 | 302.42 | 0.83 | 0.71 |
| Hex | F2 | 76 | ED | 0 | 33 | 2 | 5 | 12E | 53 | 47 |
| Octal | 362 | 166 | 355 | 0 | 63 | 2 | 5 | 456 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11101101 | 0 | 110011 | 10 | 101 | 100101110 | 1010011 | 1000111 |
Color Harmonies of #F276ED
Complementary color
Monochromatic Colors of #F276ED
Black with #F276ED
Text Example
Text Example
White with #F276ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276ED; }
p { color: rgb(242,118,237); }
H1.HeaderClassName
{
color: #F276ED;
}
.AnyTagClassName
{
color: #F276ED;
}
</style>
background-color css
<style>
a { background-color: #F276ED; }
a { background-color: rgb(242,118,237); }
div.DivClassName
{
background-color: #F276ED;
}
.BgClassName
{
background-color: #F276ED;
}
</style>
border-color css
<style>
span { border-color: #F276ED; }
span { border-color: rgb(242,118,237); }
td.TdClassName
{
border-color: #F276ED;
}
.TagClassName
{
border-color: #F276ED;
}
</style>