Shades of Violet Red #F03387
Tints of Violet Red #F03387
RGB
CMYK
RGB Variations
Color information
#F03387 (or 0xF03387) is known color: Violet Red. HEX triplet: F0, 33 and 87. RGB value is (240,51,135). Sum of RGB (Red+Green+Blue) = 240+51+135=426 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.34% from 426); Green value is 51 (20.31% from 255 or 11.97% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 240 - color contains mainly: red. Hex color #F03387 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03387 is #0FCC78. Grayscale: #747474. Windows color (decimal): -1035385 or 8860656. OLE color: 8860656.
HSL color Cylindrical-coordinate representation of color #F03387: hue angle of 333.33º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F03387 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 51 | 135 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.06 |
| HSL | 333.33º | 0.86% | 0.57% | - |
| HSV(B) | 333.33º | 0.79% | 0.94% | - |
| XYZ | 41.49 | 22.64 | 25.11 | - |
| YUV | 117.09 | 138.12 | 215.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 51 | 135 | 0 | 0.79 | 0.44 | 0.06 | 333.33 | 0.86 | 0.57 |
| Hex | F0 | 33 | 87 | 0 | 4F | 2C | 6 | 14D | 56 | 39 |
| Octal | 360 | 63 | 207 | 0 | 117 | 54 | 6 | 515 | 126 | 71 |
| Binary | 11110000 | 110011 | 10000111 | 0 | 1001111 | 101100 | 110 | 101001101 | 1010110 | 111001 |
Color Harmonies of #F03387
Complementary color
Monochromatic Colors of #F03387
Black with #F03387
Text Example
Text Example
White with #F03387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03387; }
p { color: rgb(240,51,135); }
H1.HeaderClassName
{
color: #F03387;
}
.AnyTagClassName
{
color: #F03387;
}
</style>
background-color css
<style>
a { background-color: #F03387; }
a { background-color: rgb(240,51,135); }
div.DivClassName
{
background-color: #F03387;
}
.BgClassName
{
background-color: #F03387;
}
</style>
border-color css
<style>
span { border-color: #F03387; }
span { border-color: rgb(240,51,135); }
td.TdClassName
{
border-color: #F03387;
}
.TagClassName
{
border-color: #F03387;
}
</style>