Shades of Radical Red #FF4760
Tints of Radical Red #FF4760
RGB
CMYK
RGB Variations
Color information
#FF4760 (or 0xFF4760) is known color: Radical Red. HEX triplet: FF, 47 and 60. RGB value is (255,71,96). Sum of RGB (Red+Green+Blue) = 255+71+96=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 71 (28.12% from 255 or 16.82% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4760 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4760 is #00B89F. Grayscale: #808080. Windows color (decimal): -47264 or 6309887. OLE color: 6309887.
HSL color Cylindrical-coordinate representation of color #FF4760: hue angle of 351.85º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4760 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 96 | - |
| CMYK | 0 | 0.72 | 0.62 | 0 |
| HSL | 351.85º | 1% | 0.64% | - |
| HSV(B) | 351.85º | 0.72% | 1% | - |
| XYZ | 45.6 | 26.61 | 13.8 | - |
| YUV | 128.87 | 109.46 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 96 | 0 | 0.72 | 0.62 | 0 | 351.85 | 1 | 0.64 |
| Hex | FF | 47 | 60 | 0 | 48 | 3E | 0 | 160 | 64 | 40 |
| Octal | 377 | 107 | 140 | 0 | 110 | 76 | 0 | 540 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1100000 | 0 | 1001000 | 111110 | 0 | 101100000 | 1100100 | 1000000 |
Color Harmonies of #FF4760
Complementary color
Monochromatic Colors of #FF4760
Black with #FF4760
Text Example
Text Example
White with #FF4760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4760; }
p { color: rgb(255,71,96); }
H1.HeaderClassName
{
color: #FF4760;
}
.AnyTagClassName
{
color: #FF4760;
}
</style>
background-color css
<style>
a { background-color: #FF4760; }
a { background-color: rgb(255,71,96); }
div.DivClassName
{
background-color: #FF4760;
}
.BgClassName
{
background-color: #FF4760;
}
</style>
border-color css
<style>
span { border-color: #FF4760; }
span { border-color: rgb(255,71,96); }
td.TdClassName
{
border-color: #FF4760;
}
.TagClassName
{
border-color: #FF4760;
}
</style>