Shades of Violet Red #F0368B
Tints of Violet Red #F0368B
RGB
CMYK
RGB Variations
Color information
#F0368B (or 0xF0368B) is known color: Violet Red. HEX triplet: F0, 36 and 8B. RGB value is (240,54,139). Sum of RGB (Red+Green+Blue) = 240+54+139=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F0368B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0368B is #0FC974. Grayscale: #777777. Windows color (decimal): -1034613 or 9123568. OLE color: 9123568.
HSL color Cylindrical-coordinate representation of color #F0368B: hue angle of 332.58º 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 #F0368B is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 54 | 139 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.06 |
| HSL | 332.58º | 0.86% | 0.58% | - |
| HSV(B) | 332.58º | 0.78% | 0.94% | - |
| XYZ | 41.91 | 23.03 | 26.66 | - |
| YUV | 119.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 54 | 139 | 0 | 0.78 | 0.42 | 0.06 | 332.58 | 0.86 | 0.58 |
| Hex | F0 | 36 | 8B | 0 | 4E | 2A | 6 | 14D | 56 | 3A |
| Octal | 360 | 66 | 213 | 0 | 116 | 52 | 6 | 515 | 126 | 72 |
| Binary | 11110000 | 110110 | 10001011 | 0 | 1001110 | 101010 | 110 | 101001101 | 1010110 | 111010 |
Color Harmonies of #F0368B
Complementary color
Monochromatic Colors of #F0368B
Black with #F0368B
Text Example
Text Example
White with #F0368B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0368B; }
p { color: rgb(240,54,139); }
H1.HeaderClassName
{
color: #F0368B;
}
.AnyTagClassName
{
color: #F0368B;
}
</style>
background-color css
<style>
a { background-color: #F0368B; }
a { background-color: rgb(240,54,139); }
div.DivClassName
{
background-color: #F0368B;
}
.BgClassName
{
background-color: #F0368B;
}
</style>
border-color css
<style>
span { border-color: #F0368B; }
span { border-color: rgb(240,54,139); }
td.TdClassName
{
border-color: #F0368B;
}
.TagClassName
{
border-color: #F0368B;
}
</style>