Shades of Radical Red #FF4962
Tints of Radical Red #FF4962
RGB
CMYK
RGB Variations
Color information
#FF4962 (or 0xFF4962) is known color: Radical Red. HEX triplet: FF, 49 and 62. RGB value is (255,73,98). Sum of RGB (Red+Green+Blue) = 255+73+98=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 98 (38.67% from 255 or 23.00% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4962 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4962 is #00B69D. Grayscale: #828282. Windows color (decimal): -46750 or 6441471. OLE color: 6441471.
HSL color Cylindrical-coordinate representation of color #FF4962: hue angle of 351.76º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4962 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 98 | - |
| CMYK | 0 | 0.71 | 0.62 | 0 |
| HSL | 351.76º | 1% | 0.64% | - |
| HSV(B) | 351.76º | 0.71% | 1% | - |
| XYZ | 45.83 | 26.91 | 14.33 | - |
| YUV | 130.27 | 109.8 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 98 | 0 | 0.71 | 0.62 | 0 | 351.76 | 1 | 0.64 |
| Hex | FF | 49 | 62 | 0 | 47 | 3E | 0 | 160 | 64 | 40 |
| Octal | 377 | 111 | 142 | 0 | 107 | 76 | 0 | 540 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1100010 | 0 | 1000111 | 111110 | 0 | 101100000 | 1100100 | 1000000 |
Color Harmonies of #FF4962
Complementary color
Monochromatic Colors of #FF4962
Black with #FF4962
Text Example
Text Example
White with #FF4962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4962; }
p { color: rgb(255,73,98); }
H1.HeaderClassName
{
color: #FF4962;
}
.AnyTagClassName
{
color: #FF4962;
}
</style>
background-color css
<style>
a { background-color: #FF4962; }
a { background-color: rgb(255,73,98); }
div.DivClassName
{
background-color: #FF4962;
}
.BgClassName
{
background-color: #FF4962;
}
</style>
border-color css
<style>
span { border-color: #FF4962; }
span { border-color: rgb(255,73,98); }
td.TdClassName
{
border-color: #FF4962;
}
.TagClassName
{
border-color: #FF4962;
}
</style>