Shades of Violet Red #F0348B
Tints of Violet Red #F0348B
RGB
CMYK
RGB Variations
Color information
#F0348B (or 0xF0348B) is known color: Violet Red. HEX triplet: F0, 34 and 8B. RGB value is (240,52,139). Sum of RGB (Red+Green+Blue) = 240+52+139=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 52 (20.70% from 255 or 12.06% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0348B is #0FCB74. Grayscale: #757575. Windows color (decimal): -1035125 or 9123056. OLE color: 9123056.
HSL color Cylindrical-coordinate representation of color #F0348B: hue angle of 332.23º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0348B is Cyan = 0, Magento = 0.78, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 52 | 139 | - |
| CMYK | 0 | 0.78 | 0.42 | 0.06 |
| HSL | 332.23º | 0.86% | 0.57% | - |
| HSV(B) | 332.23º | 0.78% | 0.94% | - |
| XYZ | 41.82 | 22.85 | 26.63 | - |
| YUV | 118.13 | 139.78 | 214.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 52 | 139 | 0 | 0.78 | 0.42 | 0.06 | 332.23 | 0.86 | 0.57 |
| Hex | F0 | 34 | 8B | 0 | 4E | 2A | 6 | 14C | 56 | 39 |
| Octal | 360 | 64 | 213 | 0 | 116 | 52 | 6 | 514 | 126 | 71 |
| Binary | 11110000 | 110100 | 10001011 | 0 | 1001110 | 101010 | 110 | 101001100 | 1010110 | 111001 |
Color Harmonies of #F0348B
Complementary color
Monochromatic Colors of #F0348B
Black with #F0348B
Text Example
Text Example
White with #F0348B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0348B; }
p { color: rgb(240,52,139); }
H1.HeaderClassName
{
color: #F0348B;
}
.AnyTagClassName
{
color: #F0348B;
}
</style>
background-color css
<style>
a { background-color: #F0348B; }
a { background-color: rgb(240,52,139); }
div.DivClassName
{
background-color: #F0348B;
}
.BgClassName
{
background-color: #F0348B;
}
</style>
border-color css
<style>
span { border-color: #F0348B; }
span { border-color: rgb(240,52,139); }
td.TdClassName
{
border-color: #F0348B;
}
.TagClassName
{
border-color: #F0348B;
}
</style>