Shades of Violet Red #F03F96
Tints of Violet Red #F03F96
RGB
CMYK
RGB Variations
Color information
#F03F96 (or 0xF03F96) is known color: Violet Red. HEX triplet: F0, 3F and 96. RGB value is (240,63,150). Sum of RGB (Red+Green+Blue) = 240+63+150=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 63 (25% from 255 or 13.91% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F03F96 is #0FC069. Grayscale: #7D7D7D. Windows color (decimal): -1032298 or 9846768. OLE color: 9846768.
HSL color Cylindrical-coordinate representation of color #F03F96: hue angle of 330.51º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F03F96 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 63 | 150 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.06 |
| HSL | 330.51º | 0.86% | 0.59% | - |
| HSV(B) | 330.51º | 0.74% | 0.94% | - |
| XYZ | 43.22 | 24.28 | 31.26 | - |
| YUV | 125.84 | 141.64 | 209.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 63 | 150 | 0 | 0.74 | 0.37 | 0.06 | 330.51 | 0.86 | 0.59 |
| Hex | F0 | 3F | 96 | 0 | 4A | 25 | 6 | 14B | 56 | 3B |
| Octal | 360 | 77 | 226 | 0 | 112 | 45 | 6 | 513 | 126 | 73 |
| Binary | 11110000 | 111111 | 10010110 | 0 | 1001010 | 100101 | 110 | 101001011 | 1010110 | 111011 |
Color Harmonies of #F03F96
Complementary color
Monochromatic Colors of #F03F96
Black with #F03F96
Text Example
Text Example
White with #F03F96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F03F96; }
p { color: rgb(240,63,150); }
H1.HeaderClassName
{
color: #F03F96;
}
.AnyTagClassName
{
color: #F03F96;
}
</style>
background-color css
<style>
a { background-color: #F03F96; }
a { background-color: rgb(240,63,150); }
div.DivClassName
{
background-color: #F03F96;
}
.BgClassName
{
background-color: #F03F96;
}
</style>
border-color css
<style>
span { border-color: #F03F96; }
span { border-color: rgb(240,63,150); }
td.TdClassName
{
border-color: #F03F96;
}
.TagClassName
{
border-color: #F03F96;
}
</style>