Shades of Violet Red #F03B8B
Tints of Violet Red #F03B8B
RGB
CMYK
RGB Variations
Color information
#F03B8B (or 0xF03B8B) is known color: Violet Red. HEX triplet: F0, 3B and 8B. RGB value is (240,59,139). Sum of RGB (Red+Green+Blue) = 240+59+139=438 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.79% from 438); Green value is 59 (23.44% from 255 or 13.47% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 240 - color contains mainly: red. Hex color #F03B8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03B8B is #0FC474. Grayscale: #7A7A7A. Windows color (decimal): -1033333 or 9124848. OLE color: 9124848.
HSL color Cylindrical-coordinate representation of color #F03B8B: hue angle of 333.48º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F03B8B is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 59 | 139 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.06 |
| HSL | 333.48º | 0.86% | 0.59% | - |
| HSV(B) | 333.48º | 0.75% | 0.94% | - |
| XYZ | 42.16 | 23.52 | 26.74 | - |
| YUV | 122.24 | 137.47 | 212 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 59 | 139 | 0 | 0.75 | 0.42 | 0.06 | 333.48 | 0.86 | 0.59 |
| Hex | F0 | 3B | 8B | 0 | 4B | 2A | 6 | 14D | 56 | 3B |
| Octal | 360 | 73 | 213 | 0 | 113 | 52 | 6 | 515 | 126 | 73 |
| Binary | 11110000 | 111011 | 10001011 | 0 | 1001011 | 101010 | 110 | 101001101 | 1010110 | 111011 |
Color Harmonies of #F03B8B
Complementary color
Monochromatic Colors of #F03B8B
Black with #F03B8B
Text Example
Text Example
White with #F03B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03B8B; }
p { color: rgb(240,59,139); }
H1.HeaderClassName
{
color: #F03B8B;
}
.AnyTagClassName
{
color: #F03B8B;
}
</style>
background-color css
<style>
a { background-color: #F03B8B; }
a { background-color: rgb(240,59,139); }
div.DivClassName
{
background-color: #F03B8B;
}
.BgClassName
{
background-color: #F03B8B;
}
</style>
border-color css
<style>
span { border-color: #F03B8B; }
span { border-color: rgb(240,59,139); }
td.TdClassName
{
border-color: #F03B8B;
}
.TagClassName
{
border-color: #F03B8B;
}
</style>