Shades of Radical Red #FF4256
Tints of Radical Red #FF4256
RGB
CMYK
RGB Variations
Color information
#FF4256 (or 0xFF4256) is known color: Radical Red. HEX triplet: FF, 42 and 56. RGB value is (255,66,86). Sum of RGB (Red+Green+Blue) = 255+66+86=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 66 (26.17% from 255 or 16.22% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4256 is #00BDA9. Grayscale: #7C7C7C. Windows color (decimal): -48554 or 5653247. OLE color: 5653247.
HSL color Cylindrical-coordinate representation of color #FF4256: hue angle of 353.65º 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 #FF4256 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 86 | - |
| CMYK | 0 | 0.74 | 0.66 | 0 |
| HSL | 353.65º | 1% | 0.63% | - |
| HSV(B) | 353.65º | 0.74% | 1% | - |
| XYZ | 44.87 | 25.83 | 11.42 | - |
| YUV | 124.79 | 106.12 | 220.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 86 | 0 | 0.74 | 0.66 | 0 | 353.65 | 1 | 0.63 |
| Hex | FF | 42 | 56 | 0 | 4A | 42 | 0 | 162 | 64 | 3F |
| Octal | 377 | 102 | 126 | 0 | 112 | 102 | 0 | 542 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1010110 | 0 | 1001010 | 1000010 | 0 | 101100010 | 1100100 | 111111 |
Color Harmonies of #FF4256
Complementary color
Monochromatic Colors of #FF4256
Black with #FF4256
Text Example
Text Example
White with #FF4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4256; }
p { color: rgb(255,66,86); }
H1.HeaderClassName
{
color: #FF4256;
}
.AnyTagClassName
{
color: #FF4256;
}
</style>
background-color css
<style>
a { background-color: #FF4256; }
a { background-color: rgb(255,66,86); }
div.DivClassName
{
background-color: #FF4256;
}
.BgClassName
{
background-color: #FF4256;
}
</style>
border-color css
<style>
span { border-color: #FF4256; }
span { border-color: rgb(255,66,86); }
td.TdClassName
{
border-color: #FF4256;
}
.TagClassName
{
border-color: #FF4256;
}
</style>