Shades of Radical Red #FD4D5D
Tints of Radical Red #FD4D5D
RGB
CMYK
RGB Variations
Color information
#FD4D5D (or 0xFD4D5D) is known color: Radical Red. HEX triplet: FD, 4D and 5D. RGB value is (253,77,93). Sum of RGB (Red+Green+Blue) = 253+77+93=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 93 (36.72% from 255 or 21.99% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4D5D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4D5D is #02B2A2. Grayscale: #838383. Windows color (decimal): -176803 or 6114813. OLE color: 6114813.
HSL color Cylindrical-coordinate representation of color #FD4D5D: hue angle of 354.55º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4D5D is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 77 | 93 | - |
CMYK | 0 | 0.70 | 0.63 | 0.01 |
HSL | 354.55º | 0.98% | 0.65% | - |
HSV(B) | 354.55º | 0.7% | 0.99% | - |
XYZ | 45.14 | 26.98 | 13.18 | - |
YUV | 131.45 | 106.31 | 214.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 77 | 93 | 0 | 0.70 | 0.63 | 0.01 | 354.55 | 0.98 | 0.65 |
Hex | FD | 4D | 5D | 0 | 46 | 3F | 1 | 163 | 62 | 41 |
Octal | 375 | 115 | 135 | 0 | 106 | 77 | 1 | 543 | 142 | 101 |
Binary | 11111101 | 1001101 | 1011101 | 0 | 1000110 | 111111 | 1 | 101100011 | 1100010 | 1000001 |
Color Harmonies of #FD4D5D
Complementary color
Monochromatic Colors of #FD4D5D
Black with #FD4D5D
Text Example
Text Example
White with #FD4D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4D5D; }
p { color: rgb(253,77,93); }
H1.HeaderClassName
{
color: #FD4D5D;
}
.AnyTagClassName
{
color: #FD4D5D;
}
</style>
background-color css
<style>
a { background-color: #FD4D5D; }
a { background-color: rgb(253,77,93); }
div.DivClassName
{
background-color: #FD4D5D;
}
.BgClassName
{
background-color: #FD4D5D;
}
</style>
border-color css
<style>
span { border-color: #FD4D5D; }
span { border-color: rgb(253,77,93); }
td.TdClassName
{
border-color: #FD4D5D;
}
.TagClassName
{
border-color: #FD4D5D;
}
</style>