Shades of Radical Red #F53D6A
Tints of Radical Red #F53D6A
RGB
CMYK
RGB Variations
Color information
#F53D6A (or 0xF53D6A) is known color: Radical Red. HEX triplet: F5, 3D and 6A. RGB value is (245,61,106). Sum of RGB (Red+Green+Blue) = 245+61+106=412 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.47% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D6A is #0AC295. Grayscale: #797979. Windows color (decimal): -705174 or 6962677. OLE color: 6962677.
HSL color Cylindrical-coordinate representation of color #F53D6A: hue angle of 345.33º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F53D6A is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 106 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.04 |
| HSL | 345.33º | 0.9% | 0.6% | - |
| HSV(B) | 345.33º | 0.75% | 0.96% | - |
| XYZ | 41.93 | 23.79 | 16.02 | - |
| YUV | 121.15 | 119.46 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 106 | 0 | 0.75 | 0.57 | 0.04 | 345.33 | 0.9 | 0.6 |
| Hex | F5 | 3D | 6A | 0 | 4B | 39 | 4 | 159 | 5A | 3C |
| Octal | 365 | 75 | 152 | 0 | 113 | 71 | 4 | 531 | 132 | 74 |
| Binary | 11110101 | 111101 | 1101010 | 0 | 1001011 | 111001 | 100 | 101011001 | 1011010 | 111100 |
Color Harmonies of #F53D6A
Complementary color
Monochromatic Colors of #F53D6A
Black with #F53D6A
Text Example
Text Example
White with #F53D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D6A; }
p { color: rgb(245,61,106); }
H1.HeaderClassName
{
color: #F53D6A;
}
.AnyTagClassName
{
color: #F53D6A;
}
</style>
background-color css
<style>
a { background-color: #F53D6A; }
a { background-color: rgb(245,61,106); }
div.DivClassName
{
background-color: #F53D6A;
}
.BgClassName
{
background-color: #F53D6A;
}
</style>
border-color css
<style>
span { border-color: #F53D6A; }
span { border-color: rgb(245,61,106); }
td.TdClassName
{
border-color: #F53D6A;
}
.TagClassName
{
border-color: #F53D6A;
}
</style>