Shades of Radical Red #FF424E
Tints of Radical Red #FF424E
RGB
CMYK
RGB Variations
Color information
#FF424E (or 0xFF424E) is known color: Radical Red. HEX triplet: FF, 42 and 4E. RGB value is (255,66,78). Sum of RGB (Red+Green+Blue) = 255+66+78=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF424E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF424E is #00BDB1. Grayscale: #7C7C7C. Windows color (decimal): -48562 or 5128959. OLE color: 5128959.
HSL color Cylindrical-coordinate representation of color #FF424E: hue angle of 356.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF424E is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 78 | - |
| CMYK | 0 | 0.74 | 0.69 | 0 |
| HSL | 356.19º | 1% | 0.63% | - |
| HSV(B) | 356.19º | 0.74% | 1% | - |
| XYZ | 44.56 | 25.71 | 9.82 | - |
| YUV | 123.88 | 102.12 | 221.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 78 | 0 | 0.74 | 0.69 | 0 | 356.19 | 1 | 0.63 |
| Hex | FF | 42 | 4E | 0 | 4A | 45 | 0 | 164 | 64 | 3F |
| Octal | 377 | 102 | 116 | 0 | 112 | 105 | 0 | 544 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1001110 | 0 | 1001010 | 1000101 | 0 | 101100100 | 1100100 | 111111 |
Color Harmonies of #FF424E
Complementary color
Monochromatic Colors of #FF424E
Black with #FF424E
Text Example
Text Example
White with #FF424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF424E; }
p { color: rgb(255,66,78); }
H1.HeaderClassName
{
color: #FF424E;
}
.AnyTagClassName
{
color: #FF424E;
}
</style>
background-color css
<style>
a { background-color: #FF424E; }
a { background-color: rgb(255,66,78); }
div.DivClassName
{
background-color: #FF424E;
}
.BgClassName
{
background-color: #FF424E;
}
</style>
border-color css
<style>
span { border-color: #FF424E; }
span { border-color: rgb(255,66,78); }
td.TdClassName
{
border-color: #FF424E;
}
.TagClassName
{
border-color: #FF424E;
}
</style>