Shades of Radical Red #FD2865
Tints of Radical Red #FD2865
RGB
CMYK
RGB Variations
Color information
#FD2865 (or 0xFD2865) is known color: Radical Red. HEX triplet: FD, 28 and 65. RGB value is (253,40,101). Sum of RGB (Red+Green+Blue) = 253+40+101=394 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.21% from 394); Green value is 40 (16.02% from 255 or 10.15% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2865 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD2865 is #02D79A. Grayscale: #6E6E6E. Windows color (decimal): -186267 or 6629629. OLE color: 6629629.
HSL color Cylindrical-coordinate representation of color #FD2865: hue angle of 342.82º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FD2865 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 40 | 101 | - |
| CMYK | 0 | 0.84 | 0.60 | 0.01 |
| HSL | 342.82º | 0.98% | 0.57% | - |
| HSV(B) | 342.82º | 0.84% | 0.99% | - |
| XYZ | 43.62 | 23.34 | 14.52 | - |
| YUV | 110.64 | 122.57 | 229.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 40 | 101 | 0 | 0.84 | 0.60 | 0.01 | 342.82 | 0.98 | 0.57 |
| Hex | FD | 28 | 65 | 0 | 54 | 3C | 1 | 157 | 62 | 39 |
| Octal | 375 | 50 | 145 | 0 | 124 | 74 | 1 | 527 | 142 | 71 |
| Binary | 11111101 | 101000 | 1100101 | 0 | 1010100 | 111100 | 1 | 101010111 | 1100010 | 111001 |
Color Harmonies of #FD2865
Complementary color
Monochromatic Colors of #FD2865
Black with #FD2865
Text Example
Text Example
White with #FD2865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2865; }
p { color: rgb(253,40,101); }
H1.HeaderClassName
{
color: #FD2865;
}
.AnyTagClassName
{
color: #FD2865;
}
</style>
background-color css
<style>
a { background-color: #FD2865; }
a { background-color: rgb(253,40,101); }
div.DivClassName
{
background-color: #FD2865;
}
.BgClassName
{
background-color: #FD2865;
}
</style>
border-color css
<style>
span { border-color: #FD2865; }
span { border-color: rgb(253,40,101); }
td.TdClassName
{
border-color: #FD2865;
}
.TagClassName
{
border-color: #FD2865;
}
</style>