Shades of Violet #F076F3
Tints of Violet #F076F3
RGB
CMYK
RGB Variations
Color information
#F076F3 (or 0xF076F3) is known color: Violet. HEX triplet: F0, 76 and F3. RGB value is (240,118,243). Sum of RGB (Red+Green+Blue) = 240+118+243=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 118 (46.48% from 255 or 19.63% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #F076F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F076F3 is #0F890C. Grayscale: #A8A8A8. Windows color (decimal): -1018125 or 15955696. OLE color: 15955696.
HSL color Cylindrical-coordinate representation of color #F076F3: hue angle of 298.56º degrees, saturation: 0.84, 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 #F076F3 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 118 | 243 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.05 |
| HSL | 298.56º | 0.84% | 0.71% | - |
| HSV(B) | 298.56º | 0.51% | 0.95% | - |
| XYZ | 58.59 | 37.95 | 89.03 | - |
| YUV | 168.73 | 169.92 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 118 | 243 | 0.01 | 0.51 | 0 | 0.05 | 298.56 | 0.84 | 0.71 |
| Hex | F0 | 76 | F3 | 1 | 33 | 0 | 5 | 12B | 54 | 47 |
| Octal | 360 | 166 | 363 | 1 | 63 | 0 | 5 | 453 | 124 | 107 |
| Binary | 11110000 | 1110110 | 11110011 | 1 | 110011 | 0 | 101 | 100101011 | 1010100 | 1000111 |
Color Harmonies of #F076F3
Complementary color
Monochromatic Colors of #F076F3
Black with #F076F3
Text Example
Text Example
White with #F076F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F076F3; }
p { color: rgb(240,118,243); }
H1.HeaderClassName
{
color: #F076F3;
}
.AnyTagClassName
{
color: #F076F3;
}
</style>
background-color css
<style>
a { background-color: #F076F3; }
a { background-color: rgb(240,118,243); }
div.DivClassName
{
background-color: #F076F3;
}
.BgClassName
{
background-color: #F076F3;
}
</style>
border-color css
<style>
span { border-color: #F076F3; }
span { border-color: rgb(240,118,243); }
td.TdClassName
{
border-color: #F076F3;
}
.TagClassName
{
border-color: #F076F3;
}
</style>