Shades of Violet Red #F03A7D
Tints of Violet Red #F03A7D
RGB
CMYK
RGB Variations
Color information
#F03A7D (or 0xF03A7D) is known color: Violet Red. HEX triplet: F0, 3A and 7D. RGB value is (240,58,125). Sum of RGB (Red+Green+Blue) = 240+58+125=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 58 (23.05% from 255 or 13.71% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F03A7D is #0FC582. Grayscale: #777777. Windows color (decimal): -1033603 or 8207088. OLE color: 8207088.
HSL color Cylindrical-coordinate representation of color #F03A7D: hue angle of 337.91º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F03A7D is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 125 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.06 |
| HSL | 337.91º | 0.86% | 0.58% | - |
| HSV(B) | 337.91º | 0.76% | 0.94% | - |
| XYZ | 41.15 | 23.03 | 21.68 | - |
| YUV | 120.06 | 130.8 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 125 | 0 | 0.76 | 0.48 | 0.06 | 337.91 | 0.86 | 0.58 |
| Hex | F0 | 3A | 7D | 0 | 4C | 30 | 6 | 152 | 56 | 3A |
| Octal | 360 | 72 | 175 | 0 | 114 | 60 | 6 | 522 | 126 | 72 |
| Binary | 11110000 | 111010 | 1111101 | 0 | 1001100 | 110000 | 110 | 101010010 | 1010110 | 111010 |
Color Harmonies of #F03A7D
Complementary color
Monochromatic Colors of #F03A7D
Black with #F03A7D
Text Example
Text Example
White with #F03A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A7D; }
p { color: rgb(240,58,125); }
H1.HeaderClassName
{
color: #F03A7D;
}
.AnyTagClassName
{
color: #F03A7D;
}
</style>
background-color css
<style>
a { background-color: #F03A7D; }
a { background-color: rgb(240,58,125); }
div.DivClassName
{
background-color: #F03A7D;
}
.BgClassName
{
background-color: #F03A7D;
}
</style>
border-color css
<style>
span { border-color: #F03A7D; }
span { border-color: rgb(240,58,125); }
td.TdClassName
{
border-color: #F03A7D;
}
.TagClassName
{
border-color: #F03A7D;
}
</style>