Shades of Violet Red #F33978
Tints of Violet Red #F33978
RGB
CMYK
RGB Variations
Color information
#F33978 (or 0xF33978) is known color: Violet Red. HEX triplet: F3, 39 and 78. RGB value is (243,57,120). Sum of RGB (Red+Green+Blue) = 243+57+120=420 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.86% from 420); Green value is 57 (22.66% from 255 or 13.57% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 243 - color contains mainly: red. Hex color #F33978 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33978 is #0CC687. Grayscale: #777777. Windows color (decimal): -837256 or 7879155. OLE color: 7879155.
HSL color Cylindrical-coordinate representation of color #F33978: hue angle of 339.68º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F33978 is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 57 | 120 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.05 |
| HSL | 339.68º | 0.89% | 0.59% | - |
| HSV(B) | 339.68º | 0.77% | 0.95% | - |
| XYZ | 41.82 | 23.34 | 20.07 | - |
| YUV | 119.8 | 128.12 | 215.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 57 | 120 | 0 | 0.77 | 0.51 | 0.05 | 339.68 | 0.89 | 0.59 |
| Hex | F3 | 39 | 78 | 0 | 4D | 33 | 5 | 154 | 59 | 3B |
| Octal | 363 | 71 | 170 | 0 | 115 | 63 | 5 | 524 | 131 | 73 |
| Binary | 11110011 | 111001 | 1111000 | 0 | 1001101 | 110011 | 101 | 101010100 | 1011001 | 111011 |
Color Harmonies of #F33978
Complementary color
Monochromatic Colors of #F33978
Black with #F33978
Text Example
Text Example
White with #F33978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33978; }
p { color: rgb(243,57,120); }
H1.HeaderClassName
{
color: #F33978;
}
.AnyTagClassName
{
color: #F33978;
}
</style>
background-color css
<style>
a { background-color: #F33978; }
a { background-color: rgb(243,57,120); }
div.DivClassName
{
background-color: #F33978;
}
.BgClassName
{
background-color: #F33978;
}
</style>
border-color css
<style>
span { border-color: #F33978; }
span { border-color: rgb(243,57,120); }
td.TdClassName
{
border-color: #F33978;
}
.TagClassName
{
border-color: #F33978;
}
</style>