Shades of Violet #F072E6
Tints of Violet #F072E6
RGB
CMYK
RGB Variations
Color information
#F072E6 (or 0xF072E6) is known color: Violet. HEX triplet: F0, 72 and E6. RGB value is (240,114,230). Sum of RGB (Red+Green+Blue) = 240+114+230=584 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.10% from 584); Green value is 114 (44.92% from 255 or 19.52% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 240 - color contains mainly: red. Hex color #F072E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072E6 is #0F8D19. Grayscale: #A4A4A4. Windows color (decimal): -1019162 or 15102704. OLE color: 15102704.
HSL color Cylindrical-coordinate representation of color #F072E6: hue angle of 304.76º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F072E6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 114 | 230 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.06 |
| HSL | 304.76º | 0.81% | 0.69% | - |
| HSV(B) | 304.76º | 0.53% | 0.94% | - |
| XYZ | 56.24 | 36.27 | 78.9 | - |
| YUV | 164.9 | 164.74 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 230 | 0 | 0.52 | 0.04 | 0.06 | 304.76 | 0.81 | 0.69 |
| Hex | F0 | 72 | E6 | 0 | 34 | 4 | 6 | 131 | 51 | 45 |
| Octal | 360 | 162 | 346 | 0 | 64 | 4 | 6 | 461 | 121 | 105 |
| Binary | 11110000 | 1110010 | 11100110 | 0 | 110100 | 100 | 110 | 100110001 | 1010001 | 1000101 |
Color Harmonies of #F072E6
Complementary color
Monochromatic Colors of #F072E6
Black with #F072E6
Text Example
Text Example
White with #F072E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072E6; }
p { color: rgb(240,114,230); }
H1.HeaderClassName
{
color: #F072E6;
}
.AnyTagClassName
{
color: #F072E6;
}
</style>
background-color css
<style>
a { background-color: #F072E6; }
a { background-color: rgb(240,114,230); }
div.DivClassName
{
background-color: #F072E6;
}
.BgClassName
{
background-color: #F072E6;
}
</style>
border-color css
<style>
span { border-color: #F072E6; }
span { border-color: rgb(240,114,230); }
td.TdClassName
{
border-color: #F072E6;
}
.TagClassName
{
border-color: #F072E6;
}
</style>