Shades of Radical Red #F33C62
Tints of Radical Red #F33C62
RGB
CMYK
RGB Variations
Color information
#F33C62 (or 0xF33C62) is known color: Radical Red. HEX triplet: F3, 3C and 62. RGB value is (243,60,98). Sum of RGB (Red+Green+Blue) = 243+60+98=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F33C62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33C62 is #0CC39D. Grayscale: #777777. Windows color (decimal): -836510 or 6438131. OLE color: 6438131.
HSL color Cylindrical-coordinate representation of color #F33C62: hue angle of 347.54º 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 #F33C62 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 60 | 98 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.05 |
| HSL | 347.54º | 0.88% | 0.59% | - |
| HSV(B) | 347.54º | 0.75% | 0.95% | - |
| XYZ | 40.78 | 23.17 | 13.88 | - |
| YUV | 119.05 | 116.13 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 60 | 98 | 0 | 0.75 | 0.60 | 0.05 | 347.54 | 0.88 | 0.59 |
| Hex | F3 | 3C | 62 | 0 | 4B | 3C | 5 | 15C | 58 | 3B |
| Octal | 363 | 74 | 142 | 0 | 113 | 74 | 5 | 534 | 130 | 73 |
| Binary | 11110011 | 111100 | 1100010 | 0 | 1001011 | 111100 | 101 | 101011100 | 1011000 | 111011 |
Color Harmonies of #F33C62
Complementary color
Monochromatic Colors of #F33C62
Black with #F33C62
Text Example
Text Example
White with #F33C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33C62; }
p { color: rgb(243,60,98); }
H1.HeaderClassName
{
color: #F33C62;
}
.AnyTagClassName
{
color: #F33C62;
}
</style>
background-color css
<style>
a { background-color: #F33C62; }
a { background-color: rgb(243,60,98); }
div.DivClassName
{
background-color: #F33C62;
}
.BgClassName
{
background-color: #F33C62;
}
</style>
border-color css
<style>
span { border-color: #F33C62; }
span { border-color: rgb(243,60,98); }
td.TdClassName
{
border-color: #F33C62;
}
.TagClassName
{
border-color: #F33C62;
}
</style>