Shades of Radical Red #F33D5E
Tints of Radical Red #F33D5E
RGB
CMYK
RGB Variations
Color information
#F33D5E (or 0xF33D5E) is known color: Radical Red. HEX triplet: F3, 3D and 5E. RGB value is (243,61,94). Sum of RGB (Red+Green+Blue) = 243+61+94=398 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.06% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D5E is #0CC2A1. Grayscale: #777777. Windows color (decimal): -836258 or 6176243. OLE color: 6176243.
HSL color Cylindrical-coordinate representation of color #F33D5E: hue angle of 349.12º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F33D5E is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 61 | 94 | - |
| CMYK | 0 | 0.75 | 0.61 | 0.05 |
| HSL | 349.12º | 0.88% | 0.6% | - |
| HSV(B) | 349.12º | 0.75% | 0.95% | - |
| XYZ | 40.65 | 23.2 | 12.93 | - |
| YUV | 119.18 | 113.8 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 61 | 94 | 0 | 0.75 | 0.61 | 0.05 | 349.12 | 0.88 | 0.6 |
| Hex | F3 | 3D | 5E | 0 | 4B | 3D | 5 | 15D | 58 | 3C |
| Octal | 363 | 75 | 136 | 0 | 113 | 75 | 5 | 535 | 130 | 74 |
| Binary | 11110011 | 111101 | 1011110 | 0 | 1001011 | 111101 | 101 | 101011101 | 1011000 | 111100 |
Color Harmonies of #F33D5E
Complementary color
Monochromatic Colors of #F33D5E
Black with #F33D5E
Text Example
Text Example
White with #F33D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33D5E; }
p { color: rgb(243,61,94); }
H1.HeaderClassName
{
color: #F33D5E;
}
.AnyTagClassName
{
color: #F33D5E;
}
</style>
background-color css
<style>
a { background-color: #F33D5E; }
a { background-color: rgb(243,61,94); }
div.DivClassName
{
background-color: #F33D5E;
}
.BgClassName
{
background-color: #F33D5E;
}
</style>
border-color css
<style>
span { border-color: #F33D5E; }
span { border-color: rgb(243,61,94); }
td.TdClassName
{
border-color: #F33D5E;
}
.TagClassName
{
border-color: #F33D5E;
}
</style>