Shades of Radical Red #FB4054
Tints of Radical Red #FB4054
RGB
CMYK
RGB Variations
Color information
#FB4054 (or 0xFB4054) is known color: Radical Red. HEX triplet: FB, 40 and 54. RGB value is (251,64,84). Sum of RGB (Red+Green+Blue) = 251+64+84=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4054 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4054 is #04BFAB. Grayscale: #7A7A7A. Windows color (decimal): -311212 or 5521659. OLE color: 5521659.
HSL color Cylindrical-coordinate representation of color #FB4054: hue angle of 353.58º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB4054 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 84 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.02 |
| HSL | 353.58º | 0.96% | 0.62% | - |
| HSV(B) | 353.58º | 0.75% | 0.98% | - |
| XYZ | 43.22 | 24.82 | 10.9 | - |
| YUV | 122.19 | 106.45 | 219.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 84 | 0 | 0.75 | 0.67 | 0.02 | 353.58 | 0.96 | 0.62 |
| Hex | FB | 40 | 54 | 0 | 4B | 43 | 2 | 162 | 60 | 3E |
| Octal | 373 | 100 | 124 | 0 | 113 | 103 | 2 | 542 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1010100 | 0 | 1001011 | 1000011 | 10 | 101100010 | 1100000 | 111110 |
Color Harmonies of #FB4054
Complementary color
Monochromatic Colors of #FB4054
Black with #FB4054
Text Example
Text Example
White with #FB4054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4054; }
p { color: rgb(251,64,84); }
H1.HeaderClassName
{
color: #FB4054;
}
.AnyTagClassName
{
color: #FB4054;
}
</style>
background-color css
<style>
a { background-color: #FB4054; }
a { background-color: rgb(251,64,84); }
div.DivClassName
{
background-color: #FB4054;
}
.BgClassName
{
background-color: #FB4054;
}
</style>
border-color css
<style>
span { border-color: #FB4054; }
span { border-color: rgb(251,64,84); }
td.TdClassName
{
border-color: #FB4054;
}
.TagClassName
{
border-color: #FB4054;
}
</style>