Shades of Radical Red #FF4A63
Tints of Radical Red #FF4A63
RGB
CMYK
RGB Variations
Color information
#FF4A63 (or 0xFF4A63) is known color: Radical Red. HEX triplet: FF, 4A and 63. RGB value is (255,74,99). Sum of RGB (Red+Green+Blue) = 255+74+99=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 74 (29.30% from 255 or 17.29% from 428); Blue value is 99 (39.06% from 255 or 23.13% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4A63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4A63 is #00B59C. Grayscale: #838383. Windows color (decimal): -46493 or 6507263. OLE color: 6507263.
HSL color Cylindrical-coordinate representation of color #FF4A63: hue angle of 351.71º 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 #FF4A63 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 74 | 99 | - |
| CMYK | 0 | 0.71 | 0.61 | 0 |
| HSL | 351.71º | 1% | 0.65% | - |
| HSV(B) | 351.71º | 0.71% | 1% | - |
| XYZ | 45.94 | 27.06 | 14.61 | - |
| YUV | 130.97 | 109.97 | 216.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 74 | 99 | 0 | 0.71 | 0.61 | 0 | 351.71 | 1 | 0.65 |
| Hex | FF | 4A | 63 | 0 | 47 | 3D | 0 | 160 | 64 | 41 |
| Octal | 377 | 112 | 143 | 0 | 107 | 75 | 0 | 540 | 144 | 101 |
| Binary | 11111111 | 1001010 | 1100011 | 0 | 1000111 | 111101 | 0 | 101100000 | 1100100 | 1000001 |
Color Harmonies of #FF4A63
Complementary color
Monochromatic Colors of #FF4A63
Black with #FF4A63
Text Example
Text Example
White with #FF4A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4A63; }
p { color: rgb(255,74,99); }
H1.HeaderClassName
{
color: #FF4A63;
}
.AnyTagClassName
{
color: #FF4A63;
}
</style>
background-color css
<style>
a { background-color: #FF4A63; }
a { background-color: rgb(255,74,99); }
div.DivClassName
{
background-color: #FF4A63;
}
.BgClassName
{
background-color: #FF4A63;
}
</style>
border-color css
<style>
span { border-color: #FF4A63; }
span { border-color: rgb(255,74,99); }
td.TdClassName
{
border-color: #FF4A63;
}
.TagClassName
{
border-color: #FF4A63;
}
</style>