Shades of Radical Red #FF5254
Tints of Radical Red #FF5254
RGB
CMYK
RGB Variations
Color information
#FF5254 (or 0xFF5254) is known color: Radical Red. HEX triplet: FF, 52 and 54. RGB value is (255,82,84). Sum of RGB (Red+Green+Blue) = 255+82+84=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5254 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF5254 is #00ADAB. Grayscale: #868686. Windows color (decimal): -44460 or 5526271. OLE color: 5526271.
HSL color Cylindrical-coordinate representation of color #FF5254: hue angle of 359.31º 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 #FF5254 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 82 | 84 | - |
| CMYK | 0 | 0.68 | 0.67 | 0 |
| HSL | 359.31º | 1% | 0.66% | - |
| HSV(B) | 359.31º | 0.68% | 1% | - |
| XYZ | 45.86 | 27.93 | 11.36 | - |
| YUV | 133.96 | 99.81 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 82 | 84 | 0 | 0.68 | 0.67 | 0 | 359.31 | 1 | 0.66 |
| Hex | FF | 52 | 54 | 0 | 44 | 43 | 0 | 167 | 64 | 42 |
| Octal | 377 | 122 | 124 | 0 | 104 | 103 | 0 | 547 | 144 | 102 |
| Binary | 11111111 | 1010010 | 1010100 | 0 | 1000100 | 1000011 | 0 | 101100111 | 1100100 | 1000010 |
Color Harmonies of #FF5254
Complementary color
Monochromatic Colors of #FF5254
Black with #FF5254
Text Example
Text Example
White with #FF5254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF5254; }
p { color: rgb(255,82,84); }
H1.HeaderClassName
{
color: #FF5254;
}
.AnyTagClassName
{
color: #FF5254;
}
</style>
background-color css
<style>
a { background-color: #FF5254; }
a { background-color: rgb(255,82,84); }
div.DivClassName
{
background-color: #FF5254;
}
.BgClassName
{
background-color: #FF5254;
}
</style>
border-color css
<style>
span { border-color: #FF5254; }
span { border-color: rgb(255,82,84); }
td.TdClassName
{
border-color: #FF5254;
}
.TagClassName
{
border-color: #FF5254;
}
</style>