Shades of Violet #F071F4
Tints of Violet #F071F4
RGB
CMYK
RGB Variations
Color information
#F071F4 (or 0xF071F4) is known color: Violet. HEX triplet: F0, 71 and F4. RGB value is (240,113,244). Sum of RGB (Red+Green+Blue) = 240+113+244=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 113 (44.53% from 255 or 18.93% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #F071F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071F4 is #0F8E0B. Grayscale: #A5A5A5. Windows color (decimal): -1019404 or 16019952. OLE color: 16019952.
HSL color Cylindrical-coordinate representation of color #F071F4: hue angle of 298.17º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F071F4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 113 | 244 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.04 |
| HSL | 298.17º | 0.86% | 0.7% | - |
| HSV(B) | 298.17º | 0.54% | 0.96% | - |
| XYZ | 58.17 | 36.87 | 89.64 | - |
| YUV | 165.91 | 172.08 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 244 | 0.02 | 0.54 | 0 | 0.04 | 298.17 | 0.86 | 0.7 |
| Hex | F0 | 71 | F4 | 2 | 36 | 0 | 4 | 12A | 56 | 46 |
| Octal | 360 | 161 | 364 | 2 | 66 | 0 | 4 | 452 | 126 | 106 |
| Binary | 11110000 | 1110001 | 11110100 | 10 | 110110 | 0 | 100 | 100101010 | 1010110 | 1000110 |
Color Harmonies of #F071F4
Complementary color
Monochromatic Colors of #F071F4
Black with #F071F4
Text Example
Text Example
White with #F071F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071F4; }
p { color: rgb(240,113,244); }
H1.HeaderClassName
{
color: #F071F4;
}
.AnyTagClassName
{
color: #F071F4;
}
</style>
background-color css
<style>
a { background-color: #F071F4; }
a { background-color: rgb(240,113,244); }
div.DivClassName
{
background-color: #F071F4;
}
.BgClassName
{
background-color: #F071F4;
}
</style>
border-color css
<style>
span { border-color: #F071F4; }
span { border-color: rgb(240,113,244); }
td.TdClassName
{
border-color: #F071F4;
}
.TagClassName
{
border-color: #F071F4;
}
</style>