Shades of Violet Red #F33C7E
Tints of Violet Red #F33C7E
RGB
CMYK
RGB Variations
Color information
#F33C7E (or 0xF33C7E) is known color: Violet Red. HEX triplet: F3, 3C and 7E. RGB value is (243,60,126). Sum of RGB (Red+Green+Blue) = 243+60+126=429 (56% of max value = 765). Red value is 243 (95.31% from 255 or 56.64% from 429); Green value is 60 (23.83% from 255 or 13.99% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C7E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C7E is #0CC381. Grayscale: #7A7A7A. Windows color (decimal): -836482 or 8273139. OLE color: 8273139.
HSL color Cylindrical-coordinate representation of color #F33C7E: hue angle of 338.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33C7E is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 126 | - |
| CMYK | 0 | 0.75 | 0.48 | 0.05 |
| HSL | 338.36º | 0.88% | 0.59% | - |
| HSV(B) | 338.36º | 0.75% | 0.95% | - |
| XYZ | 42.34 | 23.79 | 22.1 | - |
| YUV | 122.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 126 | 0 | 0.75 | 0.48 | 0.05 | 338.36 | 0.88 | 0.59 |
| Hex | F3 | 3C | 7E | 0 | 4B | 30 | 5 | 152 | 58 | 3B |
| Octal | 363 | 74 | 176 | 0 | 113 | 60 | 5 | 522 | 130 | 73 |
| Binary | 11110011 | 111100 | 1111110 | 0 | 1001011 | 110000 | 101 | 101010010 | 1011000 | 111011 |
Color Harmonies of #F33C7E
Complementary color
Monochromatic Colors of #F33C7E
Black with #F33C7E
Text Example
Text Example
White with #F33C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C7E; }
p { color: rgb(243,60,126); }
H1.HeaderClassName
{
color: #F33C7E;
}
.AnyTagClassName
{
color: #F33C7E;
}
</style>
background-color css
<style>
a { background-color: #F33C7E; }
a { background-color: rgb(243,60,126); }
div.DivClassName
{
background-color: #F33C7E;
}
.BgClassName
{
background-color: #F33C7E;
}
</style>
border-color css
<style>
span { border-color: #F33C7E; }
span { border-color: rgb(243,60,126); }
td.TdClassName
{
border-color: #F33C7E;
}
.TagClassName
{
border-color: #F33C7E;
}
</style>