Shades of Radical Red #FD424E
Tints of Radical Red #FD424E
RGB
CMYK
RGB Variations
Color information
#FD424E (or 0xFD424E) is known color: Radical Red. HEX triplet: FD, 42 and 4E. RGB value is (253,66,78). Sum of RGB (Red+Green+Blue) = 253+66+78=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 78 (30.86% from 255 or 19.65% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD424E is #02BDB1. Grayscale: #7B7B7B. Windows color (decimal): -179634 or 5128957. OLE color: 5128957.
HSL color Cylindrical-coordinate representation of color #FD424E: hue angle of 356.15º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD424E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 78 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.01 |
| HSL | 356.15º | 0.98% | 0.63% | - |
| HSV(B) | 356.15º | 0.74% | 0.99% | - |
| XYZ | 43.83 | 25.33 | 9.79 | - |
| YUV | 123.28 | 102.45 | 220.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 78 | 0 | 0.74 | 0.69 | 0.01 | 356.15 | 0.98 | 0.63 |
| Hex | FD | 42 | 4E | 0 | 4A | 45 | 1 | 164 | 62 | 3F |
| Octal | 375 | 102 | 116 | 0 | 112 | 105 | 1 | 544 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1001110 | 0 | 1001010 | 1000101 | 1 | 101100100 | 1100010 | 111111 |
Color Harmonies of #FD424E
Complementary color
Monochromatic Colors of #FD424E
Black with #FD424E
Text Example
Text Example
White with #FD424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD424E; }
p { color: rgb(253,66,78); }
H1.HeaderClassName
{
color: #FD424E;
}
.AnyTagClassName
{
color: #FD424E;
}
</style>
background-color css
<style>
a { background-color: #FD424E; }
a { background-color: rgb(253,66,78); }
div.DivClassName
{
background-color: #FD424E;
}
.BgClassName
{
background-color: #FD424E;
}
</style>
border-color css
<style>
span { border-color: #FD424E; }
span { border-color: rgb(253,66,78); }
td.TdClassName
{
border-color: #FD424E;
}
.TagClassName
{
border-color: #FD424E;
}
</style>