Shades of Radical Red #FB5154
Tints of Radical Red #FB5154
RGB
CMYK
RGB Variations
Color information
#FB5154 (or 0xFB5154) is known color: Radical Red. HEX triplet: FB, 51 and 54. RGB value is (251,81,84). Sum of RGB (Red+Green+Blue) = 251+81+84=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5154 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5154 is #04AEAB. Grayscale: #848484. Windows color (decimal): -306860 or 5526011. OLE color: 5526011.
HSL color Cylindrical-coordinate representation of color #FB5154: hue angle of 358.94º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB5154 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 84 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.02 |
| HSL | 358.94º | 0.96% | 0.65% | - |
| HSV(B) | 358.94º | 0.68% | 0.98% | - |
| XYZ | 44.33 | 27.03 | 11.27 | - |
| YUV | 132.17 | 100.82 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 84 | 0 | 0.68 | 0.67 | 0.02 | 358.94 | 0.96 | 0.65 |
| Hex | FB | 51 | 54 | 0 | 44 | 43 | 2 | 167 | 60 | 41 |
| Octal | 373 | 121 | 124 | 0 | 104 | 103 | 2 | 547 | 140 | 101 |
| Binary | 11111011 | 1010001 | 1010100 | 0 | 1000100 | 1000011 | 10 | 101100111 | 1100000 | 1000001 |
Color Harmonies of #FB5154
Complementary color
Monochromatic Colors of #FB5154
Black with #FB5154
Text Example
Text Example
White with #FB5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5154; }
p { color: rgb(251,81,84); }
H1.HeaderClassName
{
color: #FB5154;
}
.AnyTagClassName
{
color: #FB5154;
}
</style>
background-color css
<style>
a { background-color: #FB5154; }
a { background-color: rgb(251,81,84); }
div.DivClassName
{
background-color: #FB5154;
}
.BgClassName
{
background-color: #FB5154;
}
</style>
border-color css
<style>
span { border-color: #FB5154; }
span { border-color: rgb(251,81,84); }
td.TdClassName
{
border-color: #FB5154;
}
.TagClassName
{
border-color: #FB5154;
}
</style>