Shades of Violet Red #F33480
Tints of Violet Red #F33480
RGB
CMYK
RGB Variations
Color information
#F33480 (or 0xF33480) is known color: Violet Red. HEX triplet: F3, 34 and 80. RGB value is (243,52,128). Sum of RGB (Red+Green+Blue) = 243+52+128=423 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.45% from 423); Green value is 52 (20.70% from 255 or 12.29% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 243 - color contains mainly: red. Hex color #F33480 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F33480 is #0CCB7F. Grayscale: #757575. Windows color (decimal): -838528 or 8402163. OLE color: 8402163.
HSL color Cylindrical-coordinate representation of color #F33480: hue angle of 336.13º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33480 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 52 | 128 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.05 |
| HSL | 336.13º | 0.89% | 0.58% | - |
| HSV(B) | 336.13º | 0.79% | 0.95% | - |
| XYZ | 42.09 | 23.07 | 22.66 | - |
| YUV | 117.77 | 133.78 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 52 | 128 | 0 | 0.79 | 0.47 | 0.05 | 336.13 | 0.89 | 0.58 |
| Hex | F3 | 34 | 80 | 0 | 4F | 2F | 5 | 150 | 59 | 3A |
| Octal | 363 | 64 | 200 | 0 | 117 | 57 | 5 | 520 | 131 | 72 |
| Binary | 11110011 | 110100 | 10000000 | 0 | 1001111 | 101111 | 101 | 101010000 | 1011001 | 111010 |
Color Harmonies of #F33480
Complementary color
Monochromatic Colors of #F33480
Black with #F33480
Text Example
Text Example
White with #F33480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33480; }
p { color: rgb(243,52,128); }
H1.HeaderClassName
{
color: #F33480;
}
.AnyTagClassName
{
color: #F33480;
}
</style>
background-color css
<style>
a { background-color: #F33480; }
a { background-color: rgb(243,52,128); }
div.DivClassName
{
background-color: #F33480;
}
.BgClassName
{
background-color: #F33480;
}
</style>
border-color css
<style>
span { border-color: #F33480; }
span { border-color: rgb(243,52,128); }
td.TdClassName
{
border-color: #F33480;
}
.TagClassName
{
border-color: #F33480;
}
</style>