Shades of Violet Red #F03A8B
Tints of Violet Red #F03A8B
RGB
CMYK
RGB Variations
Color information
#F03A8B (or 0xF03A8B) is known color: Violet Red. HEX triplet: F0, 3A and 8B. RGB value is (240,58,139). Sum of RGB (Red+Green+Blue) = 240+58+139=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F03A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03A8B is #0FC574. Grayscale: #797979. Windows color (decimal): -1033589 or 9124592. OLE color: 9124592.
HSL color Cylindrical-coordinate representation of color #F03A8B: hue angle of 333.3º 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 #F03A8B is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 58 | 139 | - |
| CMYK | 0 | 0.76 | 0.42 | 0.06 |
| HSL | 333.3º | 0.86% | 0.58% | - |
| HSV(B) | 333.3º | 0.76% | 0.94% | - |
| XYZ | 42.11 | 23.42 | 26.73 | - |
| YUV | 121.65 | 137.8 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 58 | 139 | 0 | 0.76 | 0.42 | 0.06 | 333.3 | 0.86 | 0.58 |
| Hex | F0 | 3A | 8B | 0 | 4C | 2A | 6 | 14D | 56 | 3A |
| Octal | 360 | 72 | 213 | 0 | 114 | 52 | 6 | 515 | 126 | 72 |
| Binary | 11110000 | 111010 | 10001011 | 0 | 1001100 | 101010 | 110 | 101001101 | 1010110 | 111010 |
Color Harmonies of #F03A8B
Complementary color
Monochromatic Colors of #F03A8B
Black with #F03A8B
Text Example
Text Example
White with #F03A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03A8B; }
p { color: rgb(240,58,139); }
H1.HeaderClassName
{
color: #F03A8B;
}
.AnyTagClassName
{
color: #F03A8B;
}
</style>
background-color css
<style>
a { background-color: #F03A8B; }
a { background-color: rgb(240,58,139); }
div.DivClassName
{
background-color: #F03A8B;
}
.BgClassName
{
background-color: #F03A8B;
}
</style>
border-color css
<style>
span { border-color: #F03A8B; }
span { border-color: rgb(240,58,139); }
td.TdClassName
{
border-color: #F03A8B;
}
.TagClassName
{
border-color: #F03A8B;
}
</style>