Shades of Violet Red #F03B8A
Tints of Violet Red #F03B8A
RGB
CMYK
RGB Variations
Color information
#F03B8A (or 0xF03B8A) is known color: Violet Red. HEX triplet: F0, 3B and 8A. RGB value is (240,59,138). Sum of RGB (Red+Green+Blue) = 240+59+138=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03B8A is #0FC475. Grayscale: #797979. Windows color (decimal): -1033334 or 9059312. OLE color: 9059312.
HSL color Cylindrical-coordinate representation of color #F03B8A: hue angle of 333.81º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03B8A is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 138 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.06 |
| HSL | 333.81º | 0.86% | 0.59% | - |
| HSV(B) | 333.81º | 0.75% | 0.94% | - |
| XYZ | 42.09 | 23.49 | 26.36 | - |
| YUV | 122.13 | 136.97 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 138 | 0 | 0.75 | 0.42 | 0.06 | 333.81 | 0.86 | 0.59 |
| Hex | F0 | 3B | 8A | 0 | 4B | 2A | 6 | 14E | 56 | 3B |
| Octal | 360 | 73 | 212 | 0 | 113 | 52 | 6 | 516 | 126 | 73 |
| Binary | 11110000 | 111011 | 10001010 | 0 | 1001011 | 101010 | 110 | 101001110 | 1010110 | 111011 |
Color Harmonies of #F03B8A
Complementary color
Monochromatic Colors of #F03B8A
Black with #F03B8A
Text Example
Text Example
White with #F03B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03B8A; }
p { color: rgb(240,59,138); }
H1.HeaderClassName
{
color: #F03B8A;
}
.AnyTagClassName
{
color: #F03B8A;
}
</style>
background-color css
<style>
a { background-color: #F03B8A; }
a { background-color: rgb(240,59,138); }
div.DivClassName
{
background-color: #F03B8A;
}
.BgClassName
{
background-color: #F03B8A;
}
</style>
border-color css
<style>
span { border-color: #F03B8A; }
span { border-color: rgb(240,59,138); }
td.TdClassName
{
border-color: #F03B8A;
}
.TagClassName
{
border-color: #F03B8A;
}
</style>