Shades of Radical Red #F53366
Tints of Radical Red #F53366
RGB
CMYK
RGB Variations
Color information
#F53366 (or 0xF53366) is known color: Radical Red. HEX triplet: F5, 33 and 66. RGB value is (245,51,102). Sum of RGB (Red+Green+Blue) = 245+51+102=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 51 (20.31% from 255 or 12.81% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F53366 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53366 is #0ACC99. Grayscale: #727272. Windows color (decimal): -707738 or 6697973. OLE color: 6697973.
HSL color Cylindrical-coordinate representation of color #F53366: hue angle of 344.23º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F53366 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 51 | 102 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.04 |
| HSL | 344.23º | 0.91% | 0.58% | - |
| HSV(B) | 344.23º | 0.79% | 0.96% | - |
| XYZ | 41.24 | 22.74 | 14.79 | - |
| YUV | 114.82 | 120.77 | 220.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 51 | 102 | 0 | 0.79 | 0.58 | 0.04 | 344.23 | 0.91 | 0.58 |
| Hex | F5 | 33 | 66 | 0 | 4F | 3A | 4 | 158 | 5B | 3A |
| Octal | 365 | 63 | 146 | 0 | 117 | 72 | 4 | 530 | 133 | 72 |
| Binary | 11110101 | 110011 | 1100110 | 0 | 1001111 | 111010 | 100 | 101011000 | 1011011 | 111010 |
Color Harmonies of #F53366
Complementary color
Monochromatic Colors of #F53366
Black with #F53366
Text Example
Text Example
White with #F53366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53366; }
p { color: rgb(245,51,102); }
H1.HeaderClassName
{
color: #F53366;
}
.AnyTagClassName
{
color: #F53366;
}
</style>
background-color css
<style>
a { background-color: #F53366; }
a { background-color: rgb(245,51,102); }
div.DivClassName
{
background-color: #F53366;
}
.BgClassName
{
background-color: #F53366;
}
</style>
border-color css
<style>
span { border-color: #F53366; }
span { border-color: rgb(245,51,102); }
td.TdClassName
{
border-color: #F53366;
}
.TagClassName
{
border-color: #F53366;
}
</style>