Shades of Violet #F074F1
Tints of Violet #F074F1
RGB
CMYK
RGB Variations
Color information
#F074F1 (or 0xF074F1) is known color: Violet. HEX triplet: F0, 74 and F1. RGB value is (240,116,241). Sum of RGB (Red+Green+Blue) = 240+116+241=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 116 (45.70% from 255 or 19.43% from 597); Blue value is 241 (94.53% from 255 or 40.37% from 597); Max value from RGB is 241 - color contains mainly: blue. Hex color #F074F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F074F1 is #0F8B0E. Grayscale: #A6A6A6. Windows color (decimal): -1018639 or 15824112. OLE color: 15824112.
HSL color Cylindrical-coordinate representation of color #F074F1: hue angle of 299.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F074F1 is Cyan = 0.00, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 116 | 241 | - |
| CMYK | 0.00 | 0.52 | 0 | 0.05 |
| HSL | 299.52º | 0.82% | 0.7% | - |
| HSV(B) | 299.52º | 0.52% | 0.95% | - |
| XYZ | 58.06 | 37.37 | 87.37 | - |
| YUV | 167.33 | 169.58 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 116 | 241 | 0.00 | 0.52 | 0 | 0.05 | 299.52 | 0.82 | 0.7 |
| Hex | F0 | 74 | F1 | 0 | 34 | 0 | 5 | 12C | 52 | 46 |
| Octal | 360 | 164 | 361 | 0 | 64 | 0 | 5 | 454 | 122 | 106 |
| Binary | 11110000 | 1110100 | 11110001 | 0 | 110100 | 0 | 101 | 100101100 | 1010010 | 1000110 |
Color Harmonies of #F074F1
Complementary color
Monochromatic Colors of #F074F1
Black with #F074F1
Text Example
Text Example
White with #F074F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F074F1; }
p { color: rgb(240,116,241); }
H1.HeaderClassName
{
color: #F074F1;
}
.AnyTagClassName
{
color: #F074F1;
}
</style>
background-color css
<style>
a { background-color: #F074F1; }
a { background-color: rgb(240,116,241); }
div.DivClassName
{
background-color: #F074F1;
}
.BgClassName
{
background-color: #F074F1;
}
</style>
border-color css
<style>
span { border-color: #F074F1; }
span { border-color: rgb(240,116,241); }
td.TdClassName
{
border-color: #F074F1;
}
.TagClassName
{
border-color: #F074F1;
}
</style>