Shades of Radical Red #FD2D4E
Tints of Radical Red #FD2D4E
RGB
CMYK
RGB Variations
Color information
#FD2D4E (or 0xFD2D4E) is known color: Radical Red. HEX triplet: FD, 2D and 4E. RGB value is (253,45,78). Sum of RGB (Red+Green+Blue) = 253+45+78=376 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.29% from 376); Green value is 45 (17.97% from 255 or 11.97% from 376); Blue value is 78 (30.86% from 255 or 20.74% from 376); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2D4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2D4E is #02D2B1. Grayscale: #6F6F6F. Windows color (decimal): -185010 or 5123581. OLE color: 5123581.
HSL color Cylindrical-coordinate representation of color #FD2D4E: hue angle of 350.48º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FD2D4E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 45 | 78 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.01 |
| HSL | 350.48º | 0.98% | 0.58% | - |
| HSV(B) | 350.48º | 0.82% | 0.99% | - |
| XYZ | 42.82 | 23.31 | 9.45 | - |
| YUV | 110.95 | 109.41 | 229.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 45 | 78 | 0 | 0.82 | 0.69 | 0.01 | 350.48 | 0.98 | 0.58 |
| Hex | FD | 2D | 4E | 0 | 52 | 45 | 1 | 15E | 62 | 3A |
| Octal | 375 | 55 | 116 | 0 | 122 | 105 | 1 | 536 | 142 | 72 |
| Binary | 11111101 | 101101 | 1001110 | 0 | 1010010 | 1000101 | 1 | 101011110 | 1100010 | 111010 |
Color Harmonies of #FD2D4E
Complementary color
Monochromatic Colors of #FD2D4E
Black with #FD2D4E
Text Example
Text Example
White with #FD2D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2D4E; }
p { color: rgb(253,45,78); }
H1.HeaderClassName
{
color: #FD2D4E;
}
.AnyTagClassName
{
color: #FD2D4E;
}
</style>
background-color css
<style>
a { background-color: #FD2D4E; }
a { background-color: rgb(253,45,78); }
div.DivClassName
{
background-color: #FD2D4E;
}
.BgClassName
{
background-color: #FD2D4E;
}
</style>
border-color css
<style>
span { border-color: #FD2D4E; }
span { border-color: rgb(253,45,78); }
td.TdClassName
{
border-color: #FD2D4E;
}
.TagClassName
{
border-color: #FD2D4E;
}
</style>