Shades of Radical Red #F53665
Tints of Radical Red #F53665
RGB
CMYK
RGB Variations
Color information
#F53665 (or 0xF53665) is known color: Radical Red. HEX triplet: F5, 36 and 65. RGB value is (245,54,101). Sum of RGB (Red+Green+Blue) = 245+54+101=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 54 (21.48% from 255 or 13.5% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F53665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53665 is #0AC99A. Grayscale: #747474. Windows color (decimal): -706971 or 6633205. OLE color: 6633205.
HSL color Cylindrical-coordinate representation of color #F53665: hue angle of 345.24º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F53665 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 54 | 101 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.04 |
| HSL | 345.24º | 0.91% | 0.59% | - |
| HSV(B) | 345.24º | 0.78% | 0.96% | - |
| XYZ | 41.32 | 22.99 | 14.57 | - |
| YUV | 116.47 | 119.28 | 219.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 54 | 101 | 0 | 0.78 | 0.59 | 0.04 | 345.24 | 0.91 | 0.59 |
| Hex | F5 | 36 | 65 | 0 | 4E | 3B | 4 | 159 | 5B | 3B |
| Octal | 365 | 66 | 145 | 0 | 116 | 73 | 4 | 531 | 133 | 73 |
| Binary | 11110101 | 110110 | 1100101 | 0 | 1001110 | 111011 | 100 | 101011001 | 1011011 | 111011 |
Color Harmonies of #F53665
Complementary color
Monochromatic Colors of #F53665
Black with #F53665
Text Example
Text Example
White with #F53665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53665; }
p { color: rgb(245,54,101); }
H1.HeaderClassName
{
color: #F53665;
}
.AnyTagClassName
{
color: #F53665;
}
</style>
background-color css
<style>
a { background-color: #F53665; }
a { background-color: rgb(245,54,101); }
div.DivClassName
{
background-color: #F53665;
}
.BgClassName
{
background-color: #F53665;
}
</style>
border-color css
<style>
span { border-color: #F53665; }
span { border-color: rgb(245,54,101); }
td.TdClassName
{
border-color: #F53665;
}
.TagClassName
{
border-color: #F53665;
}
</style>