Shades of Radical Red #F33C5A
Tints of Radical Red #F33C5A
RGB
CMYK
RGB Variations
Color information
#F33C5A (or 0xF33C5A) is known color: Radical Red. HEX triplet: F3, 3C and 5A. RGB value is (243,60,90). Sum of RGB (Red+Green+Blue) = 243+60+90=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 90 (35.55% from 255 or 22.90% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C5A is #0CC3A5. Grayscale: #767676. Windows color (decimal): -836518 or 5913843. OLE color: 5913843.
HSL color Cylindrical-coordinate representation of color #F33C5A: hue angle of 350.16º 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 #F33C5A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 90 | - |
| CMYK | 0 | 0.75 | 0.63 | 0.05 |
| HSL | 350.16º | 0.88% | 0.59% | - |
| HSV(B) | 350.16º | 0.75% | 0.95% | - |
| XYZ | 40.42 | 23.02 | 11.99 | - |
| YUV | 118.14 | 112.13 | 217.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 90 | 0 | 0.75 | 0.63 | 0.05 | 350.16 | 0.88 | 0.59 |
| Hex | F3 | 3C | 5A | 0 | 4B | 3F | 5 | 15E | 58 | 3B |
| Octal | 363 | 74 | 132 | 0 | 113 | 77 | 5 | 536 | 130 | 73 |
| Binary | 11110011 | 111100 | 1011010 | 0 | 1001011 | 111111 | 101 | 101011110 | 1011000 | 111011 |
Color Harmonies of #F33C5A
Complementary color
Monochromatic Colors of #F33C5A
Black with #F33C5A
Text Example
Text Example
White with #F33C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C5A; }
p { color: rgb(243,60,90); }
H1.HeaderClassName
{
color: #F33C5A;
}
.AnyTagClassName
{
color: #F33C5A;
}
</style>
background-color css
<style>
a { background-color: #F33C5A; }
a { background-color: rgb(243,60,90); }
div.DivClassName
{
background-color: #F33C5A;
}
.BgClassName
{
background-color: #F33C5A;
}
</style>
border-color css
<style>
span { border-color: #F33C5A; }
span { border-color: rgb(243,60,90); }
td.TdClassName
{
border-color: #F33C5A;
}
.TagClassName
{
border-color: #F33C5A;
}
</style>