Shades of Violet Red #F33A7E
Tints of Violet Red #F33A7E
RGB
CMYK
RGB Variations
Color information
#F33A7E (or 0xF33A7E) is known color: Violet Red. HEX triplet: F3, 3A and 7E. RGB value is (243,58,126). Sum of RGB (Red+Green+Blue) = 243+58+126=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F33A7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33A7E is #0CC581. Grayscale: #787878. Windows color (decimal): -836994 or 8272627. OLE color: 8272627.
HSL color Cylindrical-coordinate representation of color #F33A7E: hue angle of 337.95º 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 #F33A7E is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 58 | 126 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.05 |
| HSL | 337.95º | 0.89% | 0.59% | - |
| HSV(B) | 337.95º | 0.76% | 0.95% | - |
| XYZ | 42.24 | 23.59 | 22.07 | - |
| YUV | 121.07 | 130.79 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 58 | 126 | 0 | 0.76 | 0.48 | 0.05 | 337.95 | 0.89 | 0.59 |
| Hex | F3 | 3A | 7E | 0 | 4C | 30 | 5 | 152 | 59 | 3B |
| Octal | 363 | 72 | 176 | 0 | 114 | 60 | 5 | 522 | 131 | 73 |
| Binary | 11110011 | 111010 | 1111110 | 0 | 1001100 | 110000 | 101 | 101010010 | 1011001 | 111011 |
Color Harmonies of #F33A7E
Complementary color
Monochromatic Colors of #F33A7E
Black with #F33A7E
Text Example
Text Example
White with #F33A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33A7E; }
p { color: rgb(243,58,126); }
H1.HeaderClassName
{
color: #F33A7E;
}
.AnyTagClassName
{
color: #F33A7E;
}
</style>
background-color css
<style>
a { background-color: #F33A7E; }
a { background-color: rgb(243,58,126); }
div.DivClassName
{
background-color: #F33A7E;
}
.BgClassName
{
background-color: #F33A7E;
}
</style>
border-color css
<style>
span { border-color: #F33A7E; }
span { border-color: rgb(243,58,126); }
td.TdClassName
{
border-color: #F33A7E;
}
.TagClassName
{
border-color: #F33A7E;
}
</style>