Shades of Violet #F276EB
Tints of Violet #F276EB
RGB
CMYK
RGB Variations
Color information
#F276EB (or 0xF276EB) is known color: Violet. HEX triplet: F2, 76 and EB. RGB value is (242,118,235). Sum of RGB (Red+Green+Blue) = 242+118+235=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 118 (46.48% from 255 or 19.83% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F276EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276EB is #0D8914. Grayscale: #A8A8A8. Windows color (decimal): -887061 or 15431410. OLE color: 15431410.
HSL color Cylindrical-coordinate representation of color #F276EB: hue angle of 303.39º 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 #F276EB is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 235 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.05 |
| HSL | 303.39º | 0.83% | 0.71% | - |
| HSV(B) | 303.39º | 0.51% | 0.95% | - |
| XYZ | 58.09 | 37.83 | 82.84 | - |
| YUV | 168.41 | 165.58 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 235 | 0 | 0.51 | 0.03 | 0.05 | 303.39 | 0.83 | 0.71 |
| Hex | F2 | 76 | EB | 0 | 33 | 3 | 5 | 12F | 53 | 47 |
| Octal | 362 | 166 | 353 | 0 | 63 | 3 | 5 | 457 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11101011 | 0 | 110011 | 11 | 101 | 100101111 | 1010011 | 1000111 |
Color Harmonies of #F276EB
Complementary color
Monochromatic Colors of #F276EB
Black with #F276EB
Text Example
Text Example
White with #F276EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276EB; }
p { color: rgb(242,118,235); }
H1.HeaderClassName
{
color: #F276EB;
}
.AnyTagClassName
{
color: #F276EB;
}
</style>
background-color css
<style>
a { background-color: #F276EB; }
a { background-color: rgb(242,118,235); }
div.DivClassName
{
background-color: #F276EB;
}
.BgClassName
{
background-color: #F276EB;
}
</style>
border-color css
<style>
span { border-color: #F276EB; }
span { border-color: rgb(242,118,235); }
td.TdClassName
{
border-color: #F276EB;
}
.TagClassName
{
border-color: #F276EB;
}
</style>