Shades of Radical Red #F33162
Tints of Radical Red #F33162
RGB
CMYK
RGB Variations
Color information
#F33162 (or 0xF33162) is known color: Radical Red. HEX triplet: F3, 31 and 62. RGB value is (243,49,98). Sum of RGB (Red+Green+Blue) = 243+49+98=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 49 (19.53% from 255 or 12.56% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F33162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33162 is #0CCE9D. Grayscale: #707070. Windows color (decimal): -839326 or 6435315. OLE color: 6435315.
HSL color Cylindrical-coordinate representation of color #F33162: hue angle of 344.85º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F33162 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 98 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.05 |
| HSL | 344.85º | 0.89% | 0.57% | - |
| HSV(B) | 344.85º | 0.8% | 0.95% | - |
| XYZ | 40.27 | 22.13 | 13.71 | - |
| YUV | 112.59 | 119.77 | 221.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 98 | 0 | 0.80 | 0.60 | 0.05 | 344.85 | 0.89 | 0.57 |
| Hex | F3 | 31 | 62 | 0 | 50 | 3C | 5 | 159 | 59 | 39 |
| Octal | 363 | 61 | 142 | 0 | 120 | 74 | 5 | 531 | 131 | 71 |
| Binary | 11110011 | 110001 | 1100010 | 0 | 1010000 | 111100 | 101 | 101011001 | 1011001 | 111001 |
Color Harmonies of #F33162
Complementary color
Monochromatic Colors of #F33162
Black with #F33162
Text Example
Text Example
White with #F33162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33162; }
p { color: rgb(243,49,98); }
H1.HeaderClassName
{
color: #F33162;
}
.AnyTagClassName
{
color: #F33162;
}
</style>
background-color css
<style>
a { background-color: #F33162; }
a { background-color: rgb(243,49,98); }
div.DivClassName
{
background-color: #F33162;
}
.BgClassName
{
background-color: #F33162;
}
</style>
border-color css
<style>
span { border-color: #F33162; }
span { border-color: rgb(243,49,98); }
td.TdClassName
{
border-color: #F33162;
}
.TagClassName
{
border-color: #F33162;
}
</style>