Shades of Violet Red #F04493
Tints of Violet Red #F04493
RGB
CMYK
RGB Variations
Color information
#F04493 (or 0xF04493) is known color: Violet Red. HEX triplet: F0, 44 and 93. RGB value is (240,68,147). Sum of RGB (Red+Green+Blue) = 240+68+147=455 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.75% from 455); Green value is 68 (26.95% from 255 or 14.95% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 240 - color contains mainly: red. Hex color #F04493 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F04493 is #0FBB6C. Grayscale: #808080. Windows color (decimal): -1031021 or 9651440. OLE color: 9651440.
HSL color Cylindrical-coordinate representation of color #F04493: hue angle of 332.44º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F04493 is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 68 | 147 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.06 |
| HSL | 332.44º | 0.85% | 0.6% | - |
| HSV(B) | 332.44º | 0.72% | 0.94% | - |
| XYZ | 43.27 | 24.77 | 30.1 | - |
| YUV | 128.43 | 138.48 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 68 | 147 | 0 | 0.72 | 0.39 | 0.06 | 332.44 | 0.85 | 0.6 |
| Hex | F0 | 44 | 93 | 0 | 48 | 27 | 6 | 14C | 55 | 3C |
| Octal | 360 | 104 | 223 | 0 | 110 | 47 | 6 | 514 | 125 | 74 |
| Binary | 11110000 | 1000100 | 10010011 | 0 | 1001000 | 100111 | 110 | 101001100 | 1010101 | 111100 |
Color Harmonies of #F04493
Complementary color
Monochromatic Colors of #F04493
Black with #F04493
Text Example
Text Example
White with #F04493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04493; }
p { color: rgb(240,68,147); }
H1.HeaderClassName
{
color: #F04493;
}
.AnyTagClassName
{
color: #F04493;
}
</style>
background-color css
<style>
a { background-color: #F04493; }
a { background-color: rgb(240,68,147); }
div.DivClassName
{
background-color: #F04493;
}
.BgClassName
{
background-color: #F04493;
}
</style>
border-color css
<style>
span { border-color: #F04493; }
span { border-color: rgb(240,68,147); }
td.TdClassName
{
border-color: #F04493;
}
.TagClassName
{
border-color: #F04493;
}
</style>