Shades of Radical Red #FF425F
Tints of Radical Red #FF425F
RGB
CMYK
RGB Variations
Color information
#FF425F (or 0xFF425F) is known color: Radical Red. HEX triplet: FF, 42 and 5F. RGB value is (255,66,95). Sum of RGB (Red+Green+Blue) = 255+66+95=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 95 (37.5% from 255 or 22.84% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF425F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF425F is #00BDA0. Grayscale: #7D7D7D. Windows color (decimal): -48545 or 6243071. OLE color: 6243071.
HSL color Cylindrical-coordinate representation of color #FF425F: hue angle of 350.79º 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 #FF425F is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 95 | - |
| CMYK | 0 | 0.74 | 0.63 | 0 |
| HSL | 350.79º | 1% | 0.63% | - |
| HSV(B) | 350.79º | 0.74% | 1% | - |
| XYZ | 45.25 | 25.98 | 13.46 | - |
| YUV | 125.82 | 110.62 | 220.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 95 | 0 | 0.74 | 0.63 | 0 | 350.79 | 1 | 0.63 |
| Hex | FF | 42 | 5F | 0 | 4A | 3F | 0 | 15F | 64 | 3F |
| Octal | 377 | 102 | 137 | 0 | 112 | 77 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1011111 | 0 | 1001010 | 111111 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF425F
Complementary color
Monochromatic Colors of #FF425F
Black with #FF425F
Text Example
Text Example
White with #FF425F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF425F; }
p { color: rgb(255,66,95); }
H1.HeaderClassName
{
color: #FF425F;
}
.AnyTagClassName
{
color: #FF425F;
}
</style>
background-color css
<style>
a { background-color: #FF425F; }
a { background-color: rgb(255,66,95); }
div.DivClassName
{
background-color: #FF425F;
}
.BgClassName
{
background-color: #FF425F;
}
</style>
border-color css
<style>
span { border-color: #FF425F; }
span { border-color: rgb(255,66,95); }
td.TdClassName
{
border-color: #FF425F;
}
.TagClassName
{
border-color: #FF425F;
}
</style>