Shades of Radical Red #FD465A
Tints of Radical Red #FD465A
RGB
CMYK
RGB Variations
Color information
#FD465A (or 0xFD465A) is known color: Radical Red. HEX triplet: FD, 46 and 5A. RGB value is (253,70,90). Sum of RGB (Red+Green+Blue) = 253+70+90=413 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.26% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 90 (35.55% from 255 or 21.79% from 413); Max value from RGB is 253 - color contains mainly: red. Hex color #FD465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD465A is #02B9A5. Grayscale: #7F7F7F. Windows color (decimal): -178598 or 5916413. OLE color: 5916413.
HSL color Cylindrical-coordinate representation of color #FD465A: hue angle of 353.44º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FD465A is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 90 | - |
| CMYK | 0 | 0.72 | 0.64 | 0.01 |
| HSL | 353.44º | 0.98% | 0.63% | - |
| HSV(B) | 353.44º | 0.72% | 0.99% | - |
| XYZ | 44.54 | 26 | 12.34 | - |
| YUV | 127 | 107.13 | 217.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 90 | 0 | 0.72 | 0.64 | 0.01 | 353.44 | 0.98 | 0.63 |
| Hex | FD | 46 | 5A | 0 | 48 | 40 | 1 | 161 | 62 | 3F |
| Octal | 375 | 106 | 132 | 0 | 110 | 100 | 1 | 541 | 142 | 77 |
| Binary | 11111101 | 1000110 | 1011010 | 0 | 1001000 | 1000000 | 1 | 101100001 | 1100010 | 111111 |
Color Harmonies of #FD465A
Complementary color
Monochromatic Colors of #FD465A
Black with #FD465A
Text Example
Text Example
White with #FD465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD465A; }
p { color: rgb(253,70,90); }
H1.HeaderClassName
{
color: #FD465A;
}
.AnyTagClassName
{
color: #FD465A;
}
</style>
background-color css
<style>
a { background-color: #FD465A; }
a { background-color: rgb(253,70,90); }
div.DivClassName
{
background-color: #FD465A;
}
.BgClassName
{
background-color: #FD465A;
}
</style>
border-color css
<style>
span { border-color: #FD465A; }
span { border-color: rgb(253,70,90); }
td.TdClassName
{
border-color: #FD465A;
}
.TagClassName
{
border-color: #FD465A;
}
</style>