Shades of Violet #F072F2
Tints of Violet #F072F2
RGB
CMYK
RGB Variations
Color information
#F072F2 (or 0xF072F2) is known color: Violet. HEX triplet: F0, 72 and F2. RGB value is (240,114,242). Sum of RGB (Red+Green+Blue) = 240+114+242=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 114 (44.92% from 255 or 19.13% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #F072F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F072F2 is #0F8D0D. Grayscale: #A5A5A5. Windows color (decimal): -1019150 or 15889136. OLE color: 15889136.
HSL color Cylindrical-coordinate representation of color #F072F2: hue angle of 299.06º 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 #F072F2 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 114 | 242 | - |
| CMYK | 0.01 | 0.53 | 0 | 0.05 |
| HSL | 299.06º | 0.83% | 0.7% | - |
| HSV(B) | 299.06º | 0.53% | 0.95% | - |
| XYZ | 57.98 | 36.97 | 88.08 | - |
| YUV | 166.27 | 170.74 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 114 | 242 | 0.01 | 0.53 | 0 | 0.05 | 299.06 | 0.83 | 0.7 |
| Hex | F0 | 72 | F2 | 1 | 35 | 0 | 5 | 12B | 53 | 46 |
| Octal | 360 | 162 | 362 | 1 | 65 | 0 | 5 | 453 | 123 | 106 |
| Binary | 11110000 | 1110010 | 11110010 | 1 | 110101 | 0 | 101 | 100101011 | 1010011 | 1000110 |
Color Harmonies of #F072F2
Complementary color
Monochromatic Colors of #F072F2
Black with #F072F2
Text Example
Text Example
White with #F072F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F072F2; }
p { color: rgb(240,114,242); }
H1.HeaderClassName
{
color: #F072F2;
}
.AnyTagClassName
{
color: #F072F2;
}
</style>
background-color css
<style>
a { background-color: #F072F2; }
a { background-color: rgb(240,114,242); }
div.DivClassName
{
background-color: #F072F2;
}
.BgClassName
{
background-color: #F072F2;
}
</style>
border-color css
<style>
span { border-color: #F072F2; }
span { border-color: rgb(240,114,242); }
td.TdClassName
{
border-color: #F072F2;
}
.TagClassName
{
border-color: #F072F2;
}
</style>