Shades of Violet Red #F0387F
Tints of Violet Red #F0387F
RGB
CMYK
RGB Variations
Color information
#F0387F (or 0xF0387F) is known color: Violet Red. HEX triplet: F0, 38 and 7F. RGB value is (240,56,127). Sum of RGB (Red+Green+Blue) = 240+56+127=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 127 (50% from 255 or 30.02% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F0387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0387F is #0FC780. Grayscale: #777777. Windows color (decimal): -1034113 or 8337648. OLE color: 8337648.
HSL color Cylindrical-coordinate representation of color #F0387F: hue angle of 336.85º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F0387F is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 56 | 127 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.06 |
| HSL | 336.85º | 0.86% | 0.58% | - |
| HSV(B) | 336.85º | 0.77% | 0.94% | - |
| XYZ | 41.18 | 22.89 | 22.33 | - |
| YUV | 119.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 56 | 127 | 0 | 0.77 | 0.47 | 0.06 | 336.85 | 0.86 | 0.58 |
| Hex | F0 | 38 | 7F | 0 | 4D | 2F | 6 | 151 | 56 | 3A |
| Octal | 360 | 70 | 177 | 0 | 115 | 57 | 6 | 521 | 126 | 72 |
| Binary | 11110000 | 111000 | 1111111 | 0 | 1001101 | 101111 | 110 | 101010001 | 1010110 | 111010 |
Color Harmonies of #F0387F
Complementary color
Monochromatic Colors of #F0387F
Black with #F0387F
Text Example
Text Example
White with #F0387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0387F; }
p { color: rgb(240,56,127); }
H1.HeaderClassName
{
color: #F0387F;
}
.AnyTagClassName
{
color: #F0387F;
}
</style>
background-color css
<style>
a { background-color: #F0387F; }
a { background-color: rgb(240,56,127); }
div.DivClassName
{
background-color: #F0387F;
}
.BgClassName
{
background-color: #F0387F;
}
</style>
border-color css
<style>
span { border-color: #F0387F; }
span { border-color: rgb(240,56,127); }
td.TdClassName
{
border-color: #F0387F;
}
.TagClassName
{
border-color: #F0387F;
}
</style>