Shades of Violet Red #F33E7A
Tints of Violet Red #F33E7A
RGB
CMYK
RGB Variations
Color information
#F33E7A (or 0xF33E7A) is known color: Violet Red. HEX triplet: F3, 3E and 7A. RGB value is (243,62,122). Sum of RGB (Red+Green+Blue) = 243+62+122=427 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.91% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 243 - color contains mainly: red. Hex color #F33E7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33E7A is #0CC185. Grayscale: #7A7A7A. Windows color (decimal): -835974 or 8011507. OLE color: 8011507.
HSL color Cylindrical-coordinate representation of color #F33E7A: hue angle of 340.11º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F33E7A is Cyan = 0, Magento = 0.74, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 122 | - |
| CMYK | 0 | 0.74 | 0.50 | 0.05 |
| HSL | 340.11º | 0.88% | 0.6% | - |
| HSV(B) | 340.11º | 0.74% | 0.95% | - |
| XYZ | 42.2 | 23.91 | 20.8 | - |
| YUV | 122.96 | 127.47 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 122 | 0 | 0.74 | 0.50 | 0.05 | 340.11 | 0.88 | 0.6 |
| Hex | F3 | 3E | 7A | 0 | 4A | 32 | 5 | 154 | 58 | 3C |
| Octal | 363 | 76 | 172 | 0 | 112 | 62 | 5 | 524 | 130 | 74 |
| Binary | 11110011 | 111110 | 1111010 | 0 | 1001010 | 110010 | 101 | 101010100 | 1011000 | 111100 |
Color Harmonies of #F33E7A
Complementary color
Monochromatic Colors of #F33E7A
Black with #F33E7A
Text Example
Text Example
White with #F33E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33E7A; }
p { color: rgb(243,62,122); }
H1.HeaderClassName
{
color: #F33E7A;
}
.AnyTagClassName
{
color: #F33E7A;
}
</style>
background-color css
<style>
a { background-color: #F33E7A; }
a { background-color: rgb(243,62,122); }
div.DivClassName
{
background-color: #F33E7A;
}
.BgClassName
{
background-color: #F33E7A;
}
</style>
border-color css
<style>
span { border-color: #F33E7A; }
span { border-color: rgb(243,62,122); }
td.TdClassName
{
border-color: #F33E7A;
}
.TagClassName
{
border-color: #F33E7A;
}
</style>