Shades of Radical Red #FD3F4E
Tints of Radical Red #FD3F4E
RGB
CMYK
RGB Variations
Color information
#FD3F4E (or 0xFD3F4E) is known color: Radical Red. HEX triplet: FD, 3F and 4E. RGB value is (253,63,78). Sum of RGB (Red+Green+Blue) = 253+63+78=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 78 (30.86% from 255 or 19.80% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3F4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3F4E is #02C0B1. Grayscale: #797979. Windows color (decimal): -180402 or 5128189. OLE color: 5128189.
HSL color Cylindrical-coordinate representation of color #FD3F4E: hue angle of 355.26º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD3F4E is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 63 | 78 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.01 |
| HSL | 355.26º | 0.98% | 0.62% | - |
| HSV(B) | 355.26º | 0.75% | 0.99% | - |
| XYZ | 43.66 | 24.99 | 9.73 | - |
| YUV | 121.52 | 103.45 | 221.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 63 | 78 | 0 | 0.75 | 0.69 | 0.01 | 355.26 | 0.98 | 0.62 |
| Hex | FD | 3F | 4E | 0 | 4B | 45 | 1 | 163 | 62 | 3E |
| Octal | 375 | 77 | 116 | 0 | 113 | 105 | 1 | 543 | 142 | 76 |
| Binary | 11111101 | 111111 | 1001110 | 0 | 1001011 | 1000101 | 1 | 101100011 | 1100010 | 111110 |
Color Harmonies of #FD3F4E
Complementary color
Monochromatic Colors of #FD3F4E
Black with #FD3F4E
Text Example
Text Example
White with #FD3F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3F4E; }
p { color: rgb(253,63,78); }
H1.HeaderClassName
{
color: #FD3F4E;
}
.AnyTagClassName
{
color: #FD3F4E;
}
</style>
background-color css
<style>
a { background-color: #FD3F4E; }
a { background-color: rgb(253,63,78); }
div.DivClassName
{
background-color: #FD3F4E;
}
.BgClassName
{
background-color: #FD3F4E;
}
</style>
border-color css
<style>
span { border-color: #FD3F4E; }
span { border-color: rgb(253,63,78); }
td.TdClassName
{
border-color: #FD3F4E;
}
.TagClassName
{
border-color: #FD3F4E;
}
</style>