Shades of Radical Red #F33165
Tints of Radical Red #F33165
RGB
CMYK
RGB Variations
Color information
#F33165 (or 0xF33165) is known color: Radical Red. HEX triplet: F3, 31 and 65. RGB value is (243,49,101). Sum of RGB (Red+Green+Blue) = 243+49+101=393 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.83% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 243 - color contains mainly: red. Hex color #F33165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33165 is #0CCE9A. Grayscale: #707070. Windows color (decimal): -839323 or 6631923. OLE color: 6631923.
HSL color Cylindrical-coordinate representation of color #F33165: hue angle of 343.92º 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 #F33165 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 49 | 101 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.05 |
| HSL | 343.92º | 0.89% | 0.57% | - |
| HSV(B) | 343.92º | 0.8% | 0.95% | - |
| XYZ | 40.41 | 22.19 | 14.47 | - |
| YUV | 112.93 | 121.27 | 220.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 49 | 101 | 0 | 0.80 | 0.58 | 0.05 | 343.92 | 0.89 | 0.57 |
| Hex | F3 | 31 | 65 | 0 | 50 | 3A | 5 | 158 | 59 | 39 |
| Octal | 363 | 61 | 145 | 0 | 120 | 72 | 5 | 530 | 131 | 71 |
| Binary | 11110011 | 110001 | 1100101 | 0 | 1010000 | 111010 | 101 | 101011000 | 1011001 | 111001 |
Color Harmonies of #F33165
Complementary color
Monochromatic Colors of #F33165
Black with #F33165
Text Example
Text Example
White with #F33165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F33165; }
p { color: rgb(243,49,101); }
H1.HeaderClassName
{
color: #F33165;
}
.AnyTagClassName
{
color: #F33165;
}
</style>
background-color css
<style>
a { background-color: #F33165; }
a { background-color: rgb(243,49,101); }
div.DivClassName
{
background-color: #F33165;
}
.BgClassName
{
background-color: #F33165;
}
</style>
border-color css
<style>
span { border-color: #F33165; }
span { border-color: rgb(243,49,101); }
td.TdClassName
{
border-color: #F33165;
}
.TagClassName
{
border-color: #F33165;
}
</style>