Shades of Radical Red #F53D6B
Tints of Radical Red #F53D6B
RGB
CMYK
RGB Variations
Color information
#F53D6B (or 0xF53D6B) is known color: Radical Red. HEX triplet: F5, 3D and 6B. RGB value is (245,61,107). Sum of RGB (Red+Green+Blue) = 245+61+107=413 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.32% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 107 (42.19% from 255 or 25.91% from 413); Max value from RGB is 245 - color contains mainly: red. Hex color #F53D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F53D6B is #0AC294. Grayscale: #797979. Windows color (decimal): -705173 or 7028213. OLE color: 7028213.
HSL color Cylindrical-coordinate representation of color #F53D6B: hue angle of 345º 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 #F53D6B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 61 | 107 | - |
| CMYK | 0 | 0.75 | 0.56 | 0.04 |
| HSL | 345º | 0.9% | 0.6% | - |
| HSV(B) | 345º | 0.75% | 0.96% | - |
| XYZ | 41.98 | 23.81 | 16.29 | - |
| YUV | 121.26 | 119.96 | 216.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 61 | 107 | 0 | 0.75 | 0.56 | 0.04 | 345 | 0.9 | 0.6 |
| Hex | F5 | 3D | 6B | 0 | 4B | 38 | 4 | 159 | 5A | 3C |
| Octal | 365 | 75 | 153 | 0 | 113 | 70 | 4 | 531 | 132 | 74 |
| Binary | 11110101 | 111101 | 1101011 | 0 | 1001011 | 111000 | 100 | 101011001 | 1011010 | 111100 |
Color Harmonies of #F53D6B
Complementary color
Monochromatic Colors of #F53D6B
Black with #F53D6B
Text Example
Text Example
White with #F53D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F53D6B; }
p { color: rgb(245,61,107); }
H1.HeaderClassName
{
color: #F53D6B;
}
.AnyTagClassName
{
color: #F53D6B;
}
</style>
background-color css
<style>
a { background-color: #F53D6B; }
a { background-color: rgb(245,61,107); }
div.DivClassName
{
background-color: #F53D6B;
}
.BgClassName
{
background-color: #F53D6B;
}
</style>
border-color css
<style>
span { border-color: #F53D6B; }
span { border-color: rgb(245,61,107); }
td.TdClassName
{
border-color: #F53D6B;
}
.TagClassName
{
border-color: #F53D6B;
}
</style>