Shades of Violet Red #F33A7D
Tints of Violet Red #F33A7D
RGB
CMYK
RGB Variations
Color information
#F33A7D (or 0xF33A7D) is known color: Violet Red. HEX triplet: F3, 3A and 7D. RGB value is (243,58,125). Sum of RGB (Red+Green+Blue) = 243+58+125=426 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.04% from 426); Green value is 58 (23.05% from 255 or 13.62% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33A7D is #0CC582. Grayscale: #787878. Windows color (decimal): -836995 or 8207091. OLE color: 8207091.
HSL color Cylindrical-coordinate representation of color #F33A7D: hue angle of 338.27º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F33A7D is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 125 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.05 |
| HSL | 338.27º | 0.89% | 0.59% | - |
| HSV(B) | 338.27º | 0.76% | 0.95% | - |
| XYZ | 42.18 | 23.56 | 21.73 | - |
| YUV | 120.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 125 | 0 | 0.76 | 0.49 | 0.05 | 338.27 | 0.89 | 0.59 |
| Hex | F3 | 3A | 7D | 0 | 4C | 31 | 5 | 152 | 59 | 3B |
| Octal | 363 | 72 | 175 | 0 | 114 | 61 | 5 | 522 | 131 | 73 |
| Binary | 11110011 | 111010 | 1111101 | 0 | 1001100 | 110001 | 101 | 101010010 | 1011001 | 111011 |
Color Harmonies of #F33A7D
Complementary color
Monochromatic Colors of #F33A7D
Black with #F33A7D
Text Example
Text Example
White with #F33A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A7D; }
p { color: rgb(243,58,125); }
H1.HeaderClassName
{
color: #F33A7D;
}
.AnyTagClassName
{
color: #F33A7D;
}
</style>
background-color css
<style>
a { background-color: #F33A7D; }
a { background-color: rgb(243,58,125); }
div.DivClassName
{
background-color: #F33A7D;
}
.BgClassName
{
background-color: #F33A7D;
}
</style>
border-color css
<style>
span { border-color: #F33A7D; }
span { border-color: rgb(243,58,125); }
td.TdClassName
{
border-color: #F33A7D;
}
.TagClassName
{
border-color: #F33A7D;
}
</style>