Shades of Radical Red #FD4162
Tints of Radical Red #FD4162
RGB
CMYK
RGB Variations
Color information
#FD4162 (or 0xFD4162) is known color: Radical Red. HEX triplet: FD, 41 and 62. RGB value is (253,65,98). Sum of RGB (Red+Green+Blue) = 253+65+98=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 98 (38.67% from 255 or 23.56% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD4162 is #02BE9D. Grayscale: #7D7D7D. Windows color (decimal): -179870 or 6439421. OLE color: 6439421.
HSL color Cylindrical-coordinate representation of color #FD4162: hue angle of 349.47º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD4162 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 65 | 98 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.01 |
| HSL | 349.47º | 0.98% | 0.62% | - |
| HSV(B) | 349.47º | 0.74% | 0.99% | - |
| XYZ | 44.6 | 25.55 | 14.14 | - |
| YUV | 124.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 65 | 98 | 0 | 0.74 | 0.61 | 0.01 | 349.47 | 0.98 | 0.62 |
| Hex | FD | 41 | 62 | 0 | 4A | 3D | 1 | 15D | 62 | 3E |
| Octal | 375 | 101 | 142 | 0 | 112 | 75 | 1 | 535 | 142 | 76 |
| Binary | 11111101 | 1000001 | 1100010 | 0 | 1001010 | 111101 | 1 | 101011101 | 1100010 | 111110 |
Color Harmonies of #FD4162
Complementary color
Monochromatic Colors of #FD4162
Black with #FD4162
Text Example
Text Example
White with #FD4162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD4162; }
p { color: rgb(253,65,98); }
H1.HeaderClassName
{
color: #FD4162;
}
.AnyTagClassName
{
color: #FD4162;
}
</style>
background-color css
<style>
a { background-color: #FD4162; }
a { background-color: rgb(253,65,98); }
div.DivClassName
{
background-color: #FD4162;
}
.BgClassName
{
background-color: #FD4162;
}
</style>
border-color css
<style>
span { border-color: #FD4162; }
span { border-color: rgb(253,65,98); }
td.TdClassName
{
border-color: #FD4162;
}
.TagClassName
{
border-color: #FD4162;
}
</style>