Shades of Radical Red #FF5256
Tints of Radical Red #FF5256
RGB
CMYK
RGB Variations
Color information
#FF5256 (or 0xFF5256) is known color: Radical Red. HEX triplet: FF, 52 and 56. RGB value is (255,82,86). Sum of RGB (Red+Green+Blue) = 255+82+86=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 86 (33.98% from 255 or 20.33% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5256 is #00ADA9. Grayscale: #868686. Windows color (decimal): -44458 or 5657343. OLE color: 5657343.
HSL color Cylindrical-coordinate representation of color #FF5256: hue angle of 358.61º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF5256 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 86 | - |
| CMYK | 0 | 0.68 | 0.66 | 0 |
| HSL | 358.61º | 1% | 0.66% | - |
| HSV(B) | 358.61º | 0.68% | 1% | - |
| XYZ | 45.94 | 27.97 | 11.78 | - |
| YUV | 134.18 | 100.81 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 86 | 0 | 0.68 | 0.66 | 0 | 358.61 | 1 | 0.66 |
| Hex | FF | 52 | 56 | 0 | 44 | 42 | 0 | 167 | 64 | 42 |
| Octal | 377 | 122 | 126 | 0 | 104 | 102 | 0 | 547 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1010110 | 0 | 1000100 | 1000010 | 0 | 101100111 | 1100100 | 1000010 |
Color Harmonies of #FF5256
Complementary color
Monochromatic Colors of #FF5256
Black with #FF5256
Text Example
Text Example
White with #FF5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5256; }
p { color: rgb(255,82,86); }
H1.HeaderClassName
{
color: #FF5256;
}
.AnyTagClassName
{
color: #FF5256;
}
</style>
background-color css
<style>
a { background-color: #FF5256; }
a { background-color: rgb(255,82,86); }
div.DivClassName
{
background-color: #FF5256;
}
.BgClassName
{
background-color: #FF5256;
}
</style>
border-color css
<style>
span { border-color: #FF5256; }
span { border-color: rgb(255,82,86); }
td.TdClassName
{
border-color: #FF5256;
}
.TagClassName
{
border-color: #FF5256;
}
</style>