Shades of Violet Red #F0367F
Tints of Violet Red #F0367F
RGB
CMYK
RGB Variations
Color information
#F0367F (or 0xF0367F) is known color: Violet Red. HEX triplet: F0, 36 and 7F. RGB value is (240,54,127). Sum of RGB (Red+Green+Blue) = 240+54+127=421 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.01% from 421); Green value is 54 (21.48% from 255 or 12.83% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 240 - color contains mainly: red. Hex color #F0367F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0367F is #0FC980. Grayscale: #757575. Windows color (decimal): -1034625 or 8337136. OLE color: 8337136.
HSL color Cylindrical-coordinate representation of color #F0367F: hue angle of 336.45º 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 #F0367F is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 127 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.06 |
| HSL | 336.45º | 0.86% | 0.58% | - |
| HSV(B) | 336.45º | 0.78% | 0.94% | - |
| XYZ | 41.09 | 22.7 | 22.29 | - |
| YUV | 117.94 | 133.12 | 215.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 127 | 0 | 0.78 | 0.47 | 0.06 | 336.45 | 0.86 | 0.58 |
| Hex | F0 | 36 | 7F | 0 | 4E | 2F | 6 | 150 | 56 | 3A |
| Octal | 360 | 66 | 177 | 0 | 116 | 57 | 6 | 520 | 126 | 72 |
| Binary | 11110000 | 110110 | 1111111 | 0 | 1001110 | 101111 | 110 | 101010000 | 1010110 | 111010 |
Color Harmonies of #F0367F
Complementary color
Monochromatic Colors of #F0367F
Black with #F0367F
Text Example
Text Example
White with #F0367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0367F; }
p { color: rgb(240,54,127); }
H1.HeaderClassName
{
color: #F0367F;
}
.AnyTagClassName
{
color: #F0367F;
}
</style>
background-color css
<style>
a { background-color: #F0367F; }
a { background-color: rgb(240,54,127); }
div.DivClassName
{
background-color: #F0367F;
}
.BgClassName
{
background-color: #F0367F;
}
</style>
border-color css
<style>
span { border-color: #F0367F; }
span { border-color: rgb(240,54,127); }
td.TdClassName
{
border-color: #F0367F;
}
.TagClassName
{
border-color: #F0367F;
}
</style>