Shades of Violet #F071F2
Tints of Violet #F071F2
RGB
CMYK
RGB Variations
Color information
#F071F2 (or 0xF071F2) is known color: Violet. HEX triplet: F0, 71 and F2. RGB value is (240,113,242). Sum of RGB (Red+Green+Blue) = 240+113+242=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 113 (44.53% from 255 or 18.99% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #F071F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F071F2 is #0F8E0D. Grayscale: #A5A5A5. Windows color (decimal): -1019406 or 15888880. OLE color: 15888880.
HSL color Cylindrical-coordinate representation of color #F071F2: hue angle of 299.07º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F071F2 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 113 | 242 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.05 |
| HSL | 299.07º | 0.83% | 0.7% | - |
| HSV(B) | 299.07º | 0.53% | 0.95% | - |
| XYZ | 57.87 | 36.75 | 88.05 | - |
| YUV | 165.68 | 171.08 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 113 | 242 | 0.01 | 0.53 | 0 | 0.05 | 299.07 | 0.83 | 0.7 |
| Hex | F0 | 71 | F2 | 1 | 35 | 0 | 5 | 12B | 53 | 46 |
| Octal | 360 | 161 | 362 | 1 | 65 | 0 | 5 | 453 | 123 | 106 |
| Binary | 11110000 | 1110001 | 11110010 | 1 | 110101 | 0 | 101 | 100101011 | 1010011 | 1000110 |
Color Harmonies of #F071F2
Complementary color
Monochromatic Colors of #F071F2
Black with #F071F2
Text Example
Text Example
White with #F071F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F071F2; }
p { color: rgb(240,113,242); }
H1.HeaderClassName
{
color: #F071F2;
}
.AnyTagClassName
{
color: #F071F2;
}
</style>
background-color css
<style>
a { background-color: #F071F2; }
a { background-color: rgb(240,113,242); }
div.DivClassName
{
background-color: #F071F2;
}
.BgClassName
{
background-color: #F071F2;
}
</style>
border-color css
<style>
span { border-color: #F071F2; }
span { border-color: rgb(240,113,242); }
td.TdClassName
{
border-color: #F071F2;
}
.TagClassName
{
border-color: #F071F2;
}
</style>