Shades of Radical Red #FD456D
Tints of Radical Red #FD456D
RGB
CMYK
RGB Variations
Color information
#FD456D (or 0xFD456D) is known color: Radical Red. HEX triplet: FD, 45 and 6D. RGB value is (253,69,109). Sum of RGB (Red+Green+Blue) = 253+69+109=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD456D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD456D is #02BA92. Grayscale: #808080. Windows color (decimal): -178835 or 7161341. OLE color: 7161341.
HSL color Cylindrical-coordinate representation of color #FD456D: hue angle of 346.96º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FD456D is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 69 | 109 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.01 |
| HSL | 346.96º | 0.98% | 0.63% | - |
| HSV(B) | 346.96º | 0.73% | 0.99% | - |
| XYZ | 45.4 | 26.24 | 17.14 | - |
| YUV | 128.58 | 116.96 | 216.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 69 | 109 | 0 | 0.73 | 0.57 | 0.01 | 346.96 | 0.98 | 0.63 |
| Hex | FD | 45 | 6D | 0 | 49 | 39 | 1 | 15B | 62 | 3F |
| Octal | 375 | 105 | 155 | 0 | 111 | 71 | 1 | 533 | 142 | 77 |
| Binary | 11111101 | 1000101 | 1101101 | 0 | 1001001 | 111001 | 1 | 101011011 | 1100010 | 111111 |
Color Harmonies of #FD456D
Complementary color
Monochromatic Colors of #FD456D
Black with #FD456D
Text Example
Text Example
White with #FD456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD456D; }
p { color: rgb(253,69,109); }
H1.HeaderClassName
{
color: #FD456D;
}
.AnyTagClassName
{
color: #FD456D;
}
</style>
background-color css
<style>
a { background-color: #FD456D; }
a { background-color: rgb(253,69,109); }
div.DivClassName
{
background-color: #FD456D;
}
.BgClassName
{
background-color: #FD456D;
}
</style>
border-color css
<style>
span { border-color: #FD456D; }
span { border-color: rgb(253,69,109); }
td.TdClassName
{
border-color: #FD456D;
}
.TagClassName
{
border-color: #FD456D;
}
</style>