Shades of Radical Red #FD2A56
Tints of Radical Red #FD2A56
RGB
CMYK
RGB Variations
Color information
#FD2A56 (or 0xFD2A56) is known color: Radical Red. HEX triplet: FD, 2A and 56. RGB value is (253,42,86). Sum of RGB (Red+Green+Blue) = 253+42+86=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 42 (16.80% from 255 or 11.02% from 381); Blue value is 86 (33.98% from 255 or 22.57% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2A56 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2A56 is #02D5A9. Grayscale: #6E6E6E. Windows color (decimal): -185770 or 5647101. OLE color: 5647101.
HSL color Cylindrical-coordinate representation of color #FD2A56: hue angle of 347.49º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD2A56 is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 42 | 86 | - |
| CMYK | 0 | 0.83 | 0.66 | 0.01 |
| HSL | 347.49º | 0.98% | 0.58% | - |
| HSV(B) | 347.49º | 0.83% | 0.99% | - |
| XYZ | 43.02 | 23.21 | 11.02 | - |
| YUV | 110.11 | 114.4 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 42 | 86 | 0 | 0.83 | 0.66 | 0.01 | 347.49 | 0.98 | 0.58 |
| Hex | FD | 2A | 56 | 0 | 53 | 42 | 1 | 15B | 62 | 3A |
| Octal | 375 | 52 | 126 | 0 | 123 | 102 | 1 | 533 | 142 | 72 |
| Binary | 11111101 | 101010 | 1010110 | 0 | 1010011 | 1000010 | 1 | 101011011 | 1100010 | 111010 |
Color Harmonies of #FD2A56
Complementary color
Monochromatic Colors of #FD2A56
Black with #FD2A56
Text Example
Text Example
White with #FD2A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2A56; }
p { color: rgb(253,42,86); }
H1.HeaderClassName
{
color: #FD2A56;
}
.AnyTagClassName
{
color: #FD2A56;
}
</style>
background-color css
<style>
a { background-color: #FD2A56; }
a { background-color: rgb(253,42,86); }
div.DivClassName
{
background-color: #FD2A56;
}
.BgClassName
{
background-color: #FD2A56;
}
</style>
border-color css
<style>
span { border-color: #FD2A56; }
span { border-color: rgb(253,42,86); }
td.TdClassName
{
border-color: #FD2A56;
}
.TagClassName
{
border-color: #FD2A56;
}
</style>