Shades of Radical Red #FF4A62
Tints of Radical Red #FF4A62
RGB
CMYK
RGB Variations
Color information
#FF4A62 (or 0xFF4A62) is known color: Radical Red. HEX triplet: FF, 4A and 62. RGB value is (255,74,98). Sum of RGB (Red+Green+Blue) = 255+74+98=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 74 (29.30% from 255 or 17.33% from 427); Blue value is 98 (38.67% from 255 or 22.95% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A62 is #00B59D. Grayscale: #828282. Windows color (decimal): -46494 or 6441727. OLE color: 6441727.
HSL color Cylindrical-coordinate representation of color #FF4A62: hue angle of 352.04º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4A62 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 98 | - |
| CMYK | 0 | 0.71 | 0.62 | 0 |
| HSL | 352.04º | 1% | 0.65% | - |
| HSV(B) | 352.04º | 0.71% | 1% | - |
| XYZ | 45.89 | 27.04 | 14.36 | - |
| YUV | 130.86 | 109.47 | 216.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 98 | 0 | 0.71 | 0.62 | 0 | 352.04 | 1 | 0.65 |
| Hex | FF | 4A | 62 | 0 | 47 | 3E | 0 | 160 | 64 | 41 |
| Octal | 377 | 112 | 142 | 0 | 107 | 76 | 0 | 540 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1100010 | 0 | 1000111 | 111110 | 0 | 101100000 | 1100100 | 1000001 |
Color Harmonies of #FF4A62
Complementary color
Monochromatic Colors of #FF4A62
Black with #FF4A62
Text Example
Text Example
White with #FF4A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A62; }
p { color: rgb(255,74,98); }
H1.HeaderClassName
{
color: #FF4A62;
}
.AnyTagClassName
{
color: #FF4A62;
}
</style>
background-color css
<style>
a { background-color: #FF4A62; }
a { background-color: rgb(255,74,98); }
div.DivClassName
{
background-color: #FF4A62;
}
.BgClassName
{
background-color: #FF4A62;
}
</style>
border-color css
<style>
span { border-color: #FF4A62; }
span { border-color: rgb(255,74,98); }
td.TdClassName
{
border-color: #FF4A62;
}
.TagClassName
{
border-color: #FF4A62;
}
</style>