Shades of Radical Red #FD3162
Tints of Radical Red #FD3162
RGB
CMYK
RGB Variations
Color information
#FD3162 (or 0xFD3162) is known color: Radical Red. HEX triplet: FD, 31 and 62. RGB value is (253,49,98). Sum of RGB (Red+Green+Blue) = 253+49+98=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3162 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FD3162 is #02CE9D. Grayscale: #737373. Windows color (decimal): -183966 or 6435325. OLE color: 6435325.
HSL color Cylindrical-coordinate representation of color #FD3162: hue angle of 345.59º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD3162 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 49 | 98 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.01 |
| HSL | 345.59º | 0.98% | 0.59% | - |
| HSV(B) | 345.59º | 0.81% | 0.99% | - |
| XYZ | 43.81 | 23.96 | 13.87 | - |
| YUV | 115.58 | 118.09 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 49 | 98 | 0 | 0.81 | 0.61 | 0.01 | 345.59 | 0.98 | 0.59 |
| Hex | FD | 31 | 62 | 0 | 51 | 3D | 1 | 15A | 62 | 3B |
| Octal | 375 | 61 | 142 | 0 | 121 | 75 | 1 | 532 | 142 | 73 |
| Binary | 11111101 | 110001 | 1100010 | 0 | 1010001 | 111101 | 1 | 101011010 | 1100010 | 111011 |
Color Harmonies of #FD3162
Complementary color
Monochromatic Colors of #FD3162
Black with #FD3162
Text Example
Text Example
White with #FD3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD3162; }
p { color: rgb(253,49,98); }
H1.HeaderClassName
{
color: #FD3162;
}
.AnyTagClassName
{
color: #FD3162;
}
</style>
background-color css
<style>
a { background-color: #FD3162; }
a { background-color: rgb(253,49,98); }
div.DivClassName
{
background-color: #FD3162;
}
.BgClassName
{
background-color: #FD3162;
}
</style>
border-color css
<style>
span { border-color: #FD3162; }
span { border-color: rgb(253,49,98); }
td.TdClassName
{
border-color: #FD3162;
}
.TagClassName
{
border-color: #FD3162;
}
</style>