Shades of Radical Red #FD2465
Tints of Radical Red #FD2465
RGB
CMYK
RGB Variations
Color information
#FD2465 (or 0xFD2465) is known color: Radical Red. HEX triplet: FD, 24 and 65. RGB value is (253,36,101). Sum of RGB (Red+Green+Blue) = 253+36+101=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 36 (14.45% from 255 or 9.23% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2465 is #02DB9A. Grayscale: #6C6C6C. Windows color (decimal): -187291 or 6628605. OLE color: 6628605.
HSL color Cylindrical-coordinate representation of color #FD2465: hue angle of 342.03º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2465 is Cyan = 0, Magento = 0.86, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 101 | - |
| CMYK | 0 | 0.86 | 0.60 | 0.01 |
| HSL | 342.03º | 0.98% | 0.57% | - |
| HSV(B) | 342.03º | 0.86% | 0.99% | - |
| XYZ | 43.49 | 23.08 | 14.48 | - |
| YUV | 108.29 | 123.89 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 101 | 0 | 0.86 | 0.60 | 0.01 | 342.03 | 0.98 | 0.57 |
| Hex | FD | 24 | 65 | 0 | 56 | 3C | 1 | 156 | 62 | 39 |
| Octal | 375 | 44 | 145 | 0 | 126 | 74 | 1 | 526 | 142 | 71 |
| Binary | 11111101 | 100100 | 1100101 | 0 | 1010110 | 111100 | 1 | 101010110 | 1100010 | 111001 |
Color Harmonies of #FD2465
Complementary color
Monochromatic Colors of #FD2465
Black with #FD2465
Text Example
Text Example
White with #FD2465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2465; }
p { color: rgb(253,36,101); }
H1.HeaderClassName
{
color: #FD2465;
}
.AnyTagClassName
{
color: #FD2465;
}
</style>
background-color css
<style>
a { background-color: #FD2465; }
a { background-color: rgb(253,36,101); }
div.DivClassName
{
background-color: #FD2465;
}
.BgClassName
{
background-color: #FD2465;
}
</style>
border-color css
<style>
span { border-color: #FD2465; }
span { border-color: rgb(253,36,101); }
td.TdClassName
{
border-color: #FD2465;
}
.TagClassName
{
border-color: #FD2465;
}
</style>