Shades of Radical Red #FF425A
Tints of Radical Red #FF425A
RGB
CMYK
RGB Variations
Color information
#FF425A (or 0xFF425A) is known color: Radical Red. HEX triplet: FF, 42 and 5A. RGB value is (255,66,90). Sum of RGB (Red+Green+Blue) = 255+66+90=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 66 (26.17% from 255 or 16.06% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF425A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF425A is #00BDA5. Grayscale: #7D7D7D. Windows color (decimal): -48550 or 5915391. OLE color: 5915391.
HSL color Cylindrical-coordinate representation of color #FF425A: hue angle of 352.38º 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 #FF425A is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 90 | - |
| CMYK | 0 | 0.74 | 0.65 | 0 |
| HSL | 352.38º | 1% | 0.63% | - |
| HSV(B) | 352.38º | 0.74% | 1% | - |
| XYZ | 45.03 | 25.89 | 12.3 | - |
| YUV | 125.25 | 108.12 | 220.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 90 | 0 | 0.74 | 0.65 | 0 | 352.38 | 1 | 0.63 |
| Hex | FF | 42 | 5A | 0 | 4A | 41 | 0 | 160 | 64 | 3F |
| Octal | 377 | 102 | 132 | 0 | 112 | 101 | 0 | 540 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1011010 | 0 | 1001010 | 1000001 | 0 | 101100000 | 1100100 | 111111 |
Color Harmonies of #FF425A
Complementary color
Monochromatic Colors of #FF425A
Black with #FF425A
Text Example
Text Example
White with #FF425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF425A; }
p { color: rgb(255,66,90); }
H1.HeaderClassName
{
color: #FF425A;
}
.AnyTagClassName
{
color: #FF425A;
}
</style>
background-color css
<style>
a { background-color: #FF425A; }
a { background-color: rgb(255,66,90); }
div.DivClassName
{
background-color: #FF425A;
}
.BgClassName
{
background-color: #FF425A;
}
</style>
border-color css
<style>
span { border-color: #FF425A; }
span { border-color: rgb(255,66,90); }
td.TdClassName
{
border-color: #FF425A;
}
.TagClassName
{
border-color: #FF425A;
}
</style>