Shades of Radical Red #FD4259
Tints of Radical Red #FD4259
RGB
CMYK
RGB Variations
Color information
#FD4259 (or 0xFD4259) is known color: Radical Red. HEX triplet: FD, 42 and 59. RGB value is (253,66,89). Sum of RGB (Red+Green+Blue) = 253+66+89=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 89 (35.16% from 255 or 21.81% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4259 is #02BDA6. Grayscale: #7C7C7C. Windows color (decimal): -179623 or 5849853. OLE color: 5849853.
HSL color Cylindrical-coordinate representation of color #FD4259: hue angle of 352.62º 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 #FD4259 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 66 | 89 | - |
| CMYK | 0 | 0.74 | 0.65 | 0.01 |
| HSL | 352.62º | 0.98% | 0.63% | - |
| HSV(B) | 352.62º | 0.74% | 0.99% | - |
| XYZ | 44.26 | 25.5 | 12.04 | - |
| YUV | 124.54 | 107.95 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 66 | 89 | 0 | 0.74 | 0.65 | 0.01 | 352.62 | 0.98 | 0.63 |
| Hex | FD | 42 | 59 | 0 | 4A | 41 | 1 | 161 | 62 | 3F |
| Octal | 375 | 102 | 131 | 0 | 112 | 101 | 1 | 541 | 142 | 77 |
| Binary | 11111101 | 1000010 | 1011001 | 0 | 1001010 | 1000001 | 1 | 101100001 | 1100010 | 111111 |
Color Harmonies of #FD4259
Complementary color
Monochromatic Colors of #FD4259
Black with #FD4259
Text Example
Text Example
White with #FD4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4259; }
p { color: rgb(253,66,89); }
H1.HeaderClassName
{
color: #FD4259;
}
.AnyTagClassName
{
color: #FD4259;
}
</style>
background-color css
<style>
a { background-color: #FD4259; }
a { background-color: rgb(253,66,89); }
div.DivClassName
{
background-color: #FD4259;
}
.BgClassName
{
background-color: #FD4259;
}
</style>
border-color css
<style>
span { border-color: #FD4259; }
span { border-color: rgb(253,66,89); }
td.TdClassName
{
border-color: #FD4259;
}
.TagClassName
{
border-color: #FD4259;
}
</style>