Shades of Radical Red #FD425D
Tints of Radical Red #FD425D
RGB
CMYK
RGB Variations
Color information
#FD425D (or 0xFD425D) is known color: Radical Red. HEX triplet: FD, 42 and 5D. RGB value is (253,66,93). Sum of RGB (Red+Green+Blue) = 253+66+93=412 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.41% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 253 - color contains mainly: red. Hex color #FD425D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD425D is #02BDA2. Grayscale: #7D7D7D. Windows color (decimal): -179619 or 6111997. OLE color: 6111997.
HSL color Cylindrical-coordinate representation of color #FD425D: hue angle of 351.34º 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 #FD425D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 93 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.01 |
| HSL | 351.34º | 0.98% | 0.63% | - |
| HSV(B) | 351.34º | 0.74% | 0.99% | - |
| XYZ | 44.43 | 25.57 | 12.95 | - |
| YUV | 124.99 | 109.95 | 219.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 93 | 0 | 0.74 | 0.63 | 0.01 | 351.34 | 0.98 | 0.63 |
| Hex | FD | 42 | 5D | 0 | 4A | 3F | 1 | 15F | 62 | 3F |
| Octal | 375 | 102 | 135 | 0 | 112 | 77 | 1 | 537 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1011101 | 0 | 1001010 | 111111 | 1 | 101011111 | 1100010 | 111111 |
Color Harmonies of #FD425D
Complementary color
Monochromatic Colors of #FD425D
Black with #FD425D
Text Example
Text Example
White with #FD425D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD425D; }
p { color: rgb(253,66,93); }
H1.HeaderClassName
{
color: #FD425D;
}
.AnyTagClassName
{
color: #FD425D;
}
</style>
background-color css
<style>
a { background-color: #FD425D; }
a { background-color: rgb(253,66,93); }
div.DivClassName
{
background-color: #FD425D;
}
.BgClassName
{
background-color: #FD425D;
}
</style>
border-color css
<style>
span { border-color: #FD425D; }
span { border-color: rgb(253,66,93); }
td.TdClassName
{
border-color: #FD425D;
}
.TagClassName
{
border-color: #FD425D;
}
</style>