Shades of Violet Red #F03B8D
Tints of Violet Red #F03B8D
RGB
CMYK
RGB Variations
Color information
#F03B8D (or 0xF03B8D) is known color: Violet Red. HEX triplet: F0, 3B and 8D. RGB value is (240,59,141). Sum of RGB (Red+Green+Blue) = 240+59+141=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 59 (23.44% from 255 or 13.41% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03B8D is #0FC472. Grayscale: #7A7A7A. Windows color (decimal): -1033331 or 9255920. OLE color: 9255920.
HSL color Cylindrical-coordinate representation of color #F03B8D: hue angle of 332.82º 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 #F03B8D is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 141 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.06 |
| HSL | 332.82º | 0.86% | 0.59% | - |
| HSV(B) | 332.82º | 0.75% | 0.94% | - |
| XYZ | 42.31 | 23.58 | 27.52 | - |
| YUV | 122.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 141 | 0 | 0.75 | 0.41 | 0.06 | 332.82 | 0.86 | 0.59 |
| Hex | F0 | 3B | 8D | 0 | 4B | 29 | 6 | 14D | 56 | 3B |
| Octal | 360 | 73 | 215 | 0 | 113 | 51 | 6 | 515 | 126 | 73 |
| Binary | 11110000 | 111011 | 10001101 | 0 | 1001011 | 101001 | 110 | 101001101 | 1010110 | 111011 |
Color Harmonies of #F03B8D
Complementary color
Monochromatic Colors of #F03B8D
Black with #F03B8D
Text Example
Text Example
White with #F03B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03B8D; }
p { color: rgb(240,59,141); }
H1.HeaderClassName
{
color: #F03B8D;
}
.AnyTagClassName
{
color: #F03B8D;
}
</style>
background-color css
<style>
a { background-color: #F03B8D; }
a { background-color: rgb(240,59,141); }
div.DivClassName
{
background-color: #F03B8D;
}
.BgClassName
{
background-color: #F03B8D;
}
</style>
border-color css
<style>
span { border-color: #F03B8D; }
span { border-color: rgb(240,59,141); }
td.TdClassName
{
border-color: #F03B8D;
}
.TagClassName
{
border-color: #F03B8D;
}
</style>