Shades of Radical Red #FD4E5C
Tints of Radical Red #FD4E5C
RGB
CMYK
RGB Variations
Color information
#FD4E5C (or 0xFD4E5C) is known color: Radical Red. HEX triplet: FD, 4E and 5C. RGB value is (253,78,92). Sum of RGB (Red+Green+Blue) = 253+78+92=423 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.81% from 423); Green value is 78 (30.86% from 255 or 18.44% from 423); Blue value is 92 (36.33% from 255 or 21.75% from 423); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD4E5C is #02B1A3. Grayscale: #848484. Windows color (decimal): -176548 or 6049533. OLE color: 6049533.
HSL color Cylindrical-coordinate representation of color #FD4E5C: hue angle of 355.2º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FD4E5C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 78 | 92 | - |
| CMYK | 0 | 0.69 | 0.64 | 0.01 |
| HSL | 355.2º | 0.98% | 0.65% | - |
| HSV(B) | 355.2º | 0.69% | 0.99% | - |
| XYZ | 45.16 | 27.1 | 12.98 | - |
| YUV | 131.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 78 | 92 | 0 | 0.69 | 0.64 | 0.01 | 355.2 | 0.98 | 0.65 |
| Hex | FD | 4E | 5C | 0 | 45 | 40 | 1 | 163 | 62 | 41 |
| Octal | 375 | 116 | 134 | 0 | 105 | 100 | 1 | 543 | 142 | 101 |
| Binary | 11111101 | 1001110 | 1011100 | 0 | 1000101 | 1000000 | 1 | 101100011 | 1100010 | 1000001 |
Color Harmonies of #FD4E5C
Complementary color
Monochromatic Colors of #FD4E5C
Black with #FD4E5C
Text Example
Text Example
White with #FD4E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4E5C; }
p { color: rgb(253,78,92); }
H1.HeaderClassName
{
color: #FD4E5C;
}
.AnyTagClassName
{
color: #FD4E5C;
}
</style>
background-color css
<style>
a { background-color: #FD4E5C; }
a { background-color: rgb(253,78,92); }
div.DivClassName
{
background-color: #FD4E5C;
}
.BgClassName
{
background-color: #FD4E5C;
}
</style>
border-color css
<style>
span { border-color: #FD4E5C; }
span { border-color: rgb(253,78,92); }
td.TdClassName
{
border-color: #FD4E5C;
}
.TagClassName
{
border-color: #FD4E5C;
}
</style>