Shades of Radical Red #FD3465
Tints of Radical Red #FD3465
RGB
CMYK
RGB Variations
Color information
#FD3465 (or 0xFD3465) is known color: Radical Red. HEX triplet: FD, 34 and 65. RGB value is (253,52,101). Sum of RGB (Red+Green+Blue) = 253+52+101=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 52 (20.70% from 255 or 12.81% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3465 is #02CB9A. Grayscale: #757575. Windows color (decimal): -183195 or 6632701. OLE color: 6632701.
HSL color Cylindrical-coordinate representation of color #FD3465: hue angle of 345.37º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD3465 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 52 | 101 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.01 |
| HSL | 345.37º | 0.98% | 0.6% | - |
| HSV(B) | 345.37º | 0.79% | 0.99% | - |
| XYZ | 44.08 | 24.28 | 14.67 | - |
| YUV | 117.69 | 118.59 | 224.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 52 | 101 | 0 | 0.79 | 0.60 | 0.01 | 345.37 | 0.98 | 0.6 |
| Hex | FD | 34 | 65 | 0 | 4F | 3C | 1 | 159 | 62 | 3C |
| Octal | 375 | 64 | 145 | 0 | 117 | 74 | 1 | 531 | 142 | 74 |
| Binary | 11111101 | 110100 | 1100101 | 0 | 1001111 | 111100 | 1 | 101011001 | 1100010 | 111100 |
Color Harmonies of #FD3465
Complementary color
Monochromatic Colors of #FD3465
Black with #FD3465
Text Example
Text Example
White with #FD3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3465; }
p { color: rgb(253,52,101); }
H1.HeaderClassName
{
color: #FD3465;
}
.AnyTagClassName
{
color: #FD3465;
}
</style>
background-color css
<style>
a { background-color: #FD3465; }
a { background-color: rgb(253,52,101); }
div.DivClassName
{
background-color: #FD3465;
}
.BgClassName
{
background-color: #FD3465;
}
</style>
border-color css
<style>
span { border-color: #FD3465; }
span { border-color: rgb(253,52,101); }
td.TdClassName
{
border-color: #FD3465;
}
.TagClassName
{
border-color: #FD3465;
}
</style>