Shades of Radical Red #FF474F
Tints of Radical Red #FF474F
RGB
CMYK
RGB Variations
Color information
#FF474F (or 0xFF474F) is known color: Radical Red. HEX triplet: FF, 47 and 4F. RGB value is (255,71,79). Sum of RGB (Red+Green+Blue) = 255+71+79=405 (53% of max value = 765). Red value is 255 (100% from 255 or 62.96% from 405); Green value is 71 (28.12% from 255 or 17.53% from 405); Blue value is 79 (31.25% from 255 or 19.51% from 405); Max value from RGB is 255 - color contains mainly: red. Hex color #FF474F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF474F is #00B8B0. Grayscale: #7F7F7F. Windows color (decimal): -47281 or 5195775. OLE color: 5195775.
HSL color Cylindrical-coordinate representation of color #FF474F: hue angle of 357.39º 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 #FF474F is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 79 | - |
| CMYK | 0 | 0.72 | 0.69 | 0 |
| HSL | 357.39º | 1% | 0.64% | - |
| HSV(B) | 357.39º | 0.72% | 1% | - |
| XYZ | 44.9 | 26.33 | 10.11 | - |
| YUV | 126.93 | 100.96 | 219.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 79 | 0 | 0.72 | 0.69 | 0 | 357.39 | 1 | 0.64 |
| Hex | FF | 47 | 4F | 0 | 48 | 45 | 0 | 165 | 64 | 40 |
| Octal | 377 | 107 | 117 | 0 | 110 | 105 | 0 | 545 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1001111 | 0 | 1001000 | 1000101 | 0 | 101100101 | 1100100 | 1000000 |
Color Harmonies of #FF474F
Complementary color
Monochromatic Colors of #FF474F
Black with #FF474F
Text Example
Text Example
White with #FF474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF474F; }
p { color: rgb(255,71,79); }
H1.HeaderClassName
{
color: #FF474F;
}
.AnyTagClassName
{
color: #FF474F;
}
</style>
background-color css
<style>
a { background-color: #FF474F; }
a { background-color: rgb(255,71,79); }
div.DivClassName
{
background-color: #FF474F;
}
.BgClassName
{
background-color: #FF474F;
}
</style>
border-color css
<style>
span { border-color: #FF474F; }
span { border-color: rgb(255,71,79); }
td.TdClassName
{
border-color: #FF474F;
}
.TagClassName
{
border-color: #FF474F;
}
</style>