Shades of Violet #F077F8
Tints of Violet #F077F8
RGB
CMYK
RGB Variations
Color information
#F077F8 (or 0xF077F8) is known color: Violet. HEX triplet: F0, 77 and F8. RGB value is (240,119,248). Sum of RGB (Red+Green+Blue) = 240+119+248=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 119 (46.88% from 255 or 19.60% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #F077F8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077F8 is #0F8807. Grayscale: #A9A9A9. Windows color (decimal): -1017864 or 16283632. OLE color: 16283632.
HSL color Cylindrical-coordinate representation of color #F077F8: hue angle of 296.28º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F077F8 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 119 | 248 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.03 |
| HSL | 296.28º | 0.9% | 0.72% | - |
| HSV(B) | 296.28º | 0.52% | 0.97% | - |
| XYZ | 59.48 | 38.5 | 93.1 | - |
| YUV | 169.89 | 172.09 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 248 | 0.03 | 0.52 | 0 | 0.03 | 296.28 | 0.9 | 0.72 |
| Hex | F0 | 77 | F8 | 3 | 34 | 0 | 3 | 128 | 5A | 48 |
| Octal | 360 | 167 | 370 | 3 | 64 | 0 | 3 | 450 | 132 | 110 |
| Binary | 11110000 | 1110111 | 11111000 | 11 | 110100 | 0 | 11 | 100101000 | 1011010 | 1001000 |
Color Harmonies of #F077F8
Complementary color
Monochromatic Colors of #F077F8
Black with #F077F8
Text Example
Text Example
White with #F077F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077F8; }
p { color: rgb(240,119,248); }
H1.HeaderClassName
{
color: #F077F8;
}
.AnyTagClassName
{
color: #F077F8;
}
</style>
background-color css
<style>
a { background-color: #F077F8; }
a { background-color: rgb(240,119,248); }
div.DivClassName
{
background-color: #F077F8;
}
.BgClassName
{
background-color: #F077F8;
}
</style>
border-color css
<style>
span { border-color: #F077F8; }
span { border-color: rgb(240,119,248); }
td.TdClassName
{
border-color: #F077F8;
}
.TagClassName
{
border-color: #F077F8;
}
</style>