Shades of Radical Red #FD465F
Tints of Radical Red #FD465F
RGB
CMYK
RGB Variations
Color information
#FD465F (or 0xFD465F) is known color: Radical Red. HEX triplet: FD, 46 and 5F. RGB value is (253,70,95). Sum of RGB (Red+Green+Blue) = 253+70+95=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 70 (27.73% from 255 or 16.75% from 418); Blue value is 95 (37.5% from 255 or 22.73% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD465F is #02B9A0. Grayscale: #7F7F7F. Windows color (decimal): -178593 or 6244093. OLE color: 6244093.
HSL color Cylindrical-coordinate representation of color #FD465F: hue angle of 351.8º 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 #FD465F is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 70 | 95 | - |
| CMYK | 0 | 0.72 | 0.62 | 0.01 |
| HSL | 351.8º | 0.98% | 0.63% | - |
| HSV(B) | 351.8º | 0.72% | 0.99% | - |
| XYZ | 44.76 | 26.09 | 13.5 | - |
| YUV | 127.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 70 | 95 | 0 | 0.72 | 0.62 | 0.01 | 351.8 | 0.98 | 0.63 |
| Hex | FD | 46 | 5F | 0 | 48 | 3E | 1 | 160 | 62 | 3F |
| Octal | 375 | 106 | 137 | 0 | 110 | 76 | 1 | 540 | 142 | 77 |
| Binary | 11111101 | 1000110 | 1011111 | 0 | 1001000 | 111110 | 1 | 101100000 | 1100010 | 111111 |
Color Harmonies of #FD465F
Complementary color
Monochromatic Colors of #FD465F
Black with #FD465F
Text Example
Text Example
White with #FD465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD465F; }
p { color: rgb(253,70,95); }
H1.HeaderClassName
{
color: #FD465F;
}
.AnyTagClassName
{
color: #FD465F;
}
</style>
background-color css
<style>
a { background-color: #FD465F; }
a { background-color: rgb(253,70,95); }
div.DivClassName
{
background-color: #FD465F;
}
.BgClassName
{
background-color: #FD465F;
}
</style>
border-color css
<style>
span { border-color: #FD465F; }
span { border-color: rgb(253,70,95); }
td.TdClassName
{
border-color: #FD465F;
}
.TagClassName
{
border-color: #FD465F;
}
</style>