Shades of Violet Red #F03B8E
Tints of Violet Red #F03B8E
RGB
CMYK
RGB Variations
Color information
#F03B8E (or 0xF03B8E) is known color: Violet Red. HEX triplet: F0, 3B and 8E. RGB value is (240,59,142). Sum of RGB (Red+Green+Blue) = 240+59+142=441 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.42% from 441); Green value is 59 (23.44% from 255 or 13.38% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03B8E is #0FC471. Grayscale: #7A7A7A. Windows color (decimal): -1033330 or 9321456. OLE color: 9321456.
HSL color Cylindrical-coordinate representation of color #F03B8E: hue angle of 332.49º 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 #F03B8E is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 142 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.06 |
| HSL | 332.49º | 0.86% | 0.59% | - |
| HSV(B) | 332.49º | 0.75% | 0.94% | - |
| XYZ | 42.38 | 23.61 | 27.91 | - |
| YUV | 122.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 142 | 0 | 0.75 | 0.41 | 0.06 | 332.49 | 0.86 | 0.59 |
| Hex | F0 | 3B | 8E | 0 | 4B | 29 | 6 | 14C | 56 | 3B |
| Octal | 360 | 73 | 216 | 0 | 113 | 51 | 6 | 514 | 126 | 73 |
| Binary | 11110000 | 111011 | 10001110 | 0 | 1001011 | 101001 | 110 | 101001100 | 1010110 | 111011 |
Color Harmonies of #F03B8E
Complementary color
Monochromatic Colors of #F03B8E
Black with #F03B8E
Text Example
Text Example
White with #F03B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03B8E; }
p { color: rgb(240,59,142); }
H1.HeaderClassName
{
color: #F03B8E;
}
.AnyTagClassName
{
color: #F03B8E;
}
</style>
background-color css
<style>
a { background-color: #F03B8E; }
a { background-color: rgb(240,59,142); }
div.DivClassName
{
background-color: #F03B8E;
}
.BgClassName
{
background-color: #F03B8E;
}
</style>
border-color css
<style>
span { border-color: #F03B8E; }
span { border-color: rgb(240,59,142); }
td.TdClassName
{
border-color: #F03B8E;
}
.TagClassName
{
border-color: #F03B8E;
}
</style>