Shades of Violet Red #F33E7D
Tints of Violet Red #F33E7D
RGB
CMYK
RGB Variations
Color information
#F33E7D (or 0xF33E7D) is known color: Violet Red. HEX triplet: F3, 3E and 7D. RGB value is (243,62,125). Sum of RGB (Red+Green+Blue) = 243+62+125=430 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.51% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 243 - color contains mainly: red. Hex color #F33E7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33E7D is #0CC182. Grayscale: #7B7B7B. Windows color (decimal): -835971 or 8208115. OLE color: 8208115.
HSL color Cylindrical-coordinate representation of color #F33E7D: hue angle of 339.12º 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 #F33E7D is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 62 | 125 | - |
| CMYK | 0 | 0.74 | 0.49 | 0.05 |
| HSL | 339.12º | 0.88% | 0.6% | - |
| HSV(B) | 339.12º | 0.74% | 0.95% | - |
| XYZ | 42.39 | 23.98 | 21.8 | - |
| YUV | 123.3 | 128.97 | 213.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 62 | 125 | 0 | 0.74 | 0.49 | 0.05 | 339.12 | 0.88 | 0.6 |
| Hex | F3 | 3E | 7D | 0 | 4A | 31 | 5 | 153 | 58 | 3C |
| Octal | 363 | 76 | 175 | 0 | 112 | 61 | 5 | 523 | 130 | 74 |
| Binary | 11110011 | 111110 | 1111101 | 0 | 1001010 | 110001 | 101 | 101010011 | 1011000 | 111100 |
Color Harmonies of #F33E7D
Complementary color
Monochromatic Colors of #F33E7D
Black with #F33E7D
Text Example
Text Example
White with #F33E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33E7D; }
p { color: rgb(243,62,125); }
H1.HeaderClassName
{
color: #F33E7D;
}
.AnyTagClassName
{
color: #F33E7D;
}
</style>
background-color css
<style>
a { background-color: #F33E7D; }
a { background-color: rgb(243,62,125); }
div.DivClassName
{
background-color: #F33E7D;
}
.BgClassName
{
background-color: #F33E7D;
}
</style>
border-color css
<style>
span { border-color: #F33E7D; }
span { border-color: rgb(243,62,125); }
td.TdClassName
{
border-color: #F33E7D;
}
.TagClassName
{
border-color: #F33E7D;
}
</style>