Shades of Violet #F276F0
Tints of Violet #F276F0
RGB
CMYK
RGB Variations
Color information
#F276F0 (or 0xF276F0) is known color: Violet. HEX triplet: F2, 76 and F0. RGB value is (242,118,240). Sum of RGB (Red+Green+Blue) = 242+118+240=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 118 (46.48% from 255 or 19.67% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F276F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F276F0 is #0D890F. Grayscale: #A8A8A8. Windows color (decimal): -887056 or 15759090. OLE color: 15759090.
HSL color Cylindrical-coordinate representation of color #F276F0: hue angle of 300.97º 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 #F276F0 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 118 | 240 | - |
| CMYK | 0 | 0.51 | 0.01 | 0.05 |
| HSL | 300.97º | 0.83% | 0.71% | - |
| HSV(B) | 300.97º | 0.51% | 0.95% | - |
| XYZ | 58.82 | 38.13 | 86.7 | - |
| YUV | 168.98 | 168.08 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 118 | 240 | 0 | 0.51 | 0.01 | 0.05 | 300.97 | 0.83 | 0.71 |
| Hex | F2 | 76 | F0 | 0 | 33 | 1 | 5 | 12D | 53 | 47 |
| Octal | 362 | 166 | 360 | 0 | 63 | 1 | 5 | 455 | 123 | 107 |
| Binary | 11110010 | 1110110 | 11110000 | 0 | 110011 | 1 | 101 | 100101101 | 1010011 | 1000111 |
Color Harmonies of #F276F0
Complementary color
Monochromatic Colors of #F276F0
Black with #F276F0
Text Example
Text Example
White with #F276F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F276F0; }
p { color: rgb(242,118,240); }
H1.HeaderClassName
{
color: #F276F0;
}
.AnyTagClassName
{
color: #F276F0;
}
</style>
background-color css
<style>
a { background-color: #F276F0; }
a { background-color: rgb(242,118,240); }
div.DivClassName
{
background-color: #F276F0;
}
.BgClassName
{
background-color: #F276F0;
}
</style>
border-color css
<style>
span { border-color: #F276F0; }
span { border-color: rgb(242,118,240); }
td.TdClassName
{
border-color: #F276F0;
}
.TagClassName
{
border-color: #F276F0;
}
</style>