Shades of Radical Red #FB5153
Tints of Radical Red #FB5153
RGB
CMYK
RGB Variations
Color information
#FB5153 (or 0xFB5153) is known color: Radical Red. HEX triplet: FB, 51 and 53. RGB value is (251,81,83). Sum of RGB (Red+Green+Blue) = 251+81+83=415 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.48% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5153 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5153 is #04AEAC. Grayscale: #848484. Windows color (decimal): -306861 or 5460475. OLE color: 5460475.
HSL color Cylindrical-coordinate representation of color #FB5153: hue angle of 359.29º 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 #FB5153 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 83 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.02 |
| HSL | 359.29º | 0.96% | 0.65% | - |
| HSV(B) | 359.29º | 0.68% | 0.98% | - |
| XYZ | 44.29 | 27.02 | 11.06 | - |
| YUV | 132.06 | 100.32 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 83 | 0 | 0.68 | 0.67 | 0.02 | 359.29 | 0.96 | 0.65 |
| Hex | FB | 51 | 53 | 0 | 44 | 43 | 2 | 167 | 60 | 41 |
| Octal | 373 | 121 | 123 | 0 | 104 | 103 | 2 | 547 | 140 | 101 |
| Binary | 11111011 | 1010001 | 1010011 | 0 | 1000100 | 1000011 | 10 | 101100111 | 1100000 | 1000001 |
Color Harmonies of #FB5153
Complementary color
Monochromatic Colors of #FB5153
Black with #FB5153
Text Example
Text Example
White with #FB5153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5153; }
p { color: rgb(251,81,83); }
H1.HeaderClassName
{
color: #FB5153;
}
.AnyTagClassName
{
color: #FB5153;
}
</style>
background-color css
<style>
a { background-color: #FB5153; }
a { background-color: rgb(251,81,83); }
div.DivClassName
{
background-color: #FB5153;
}
.BgClassName
{
background-color: #FB5153;
}
</style>
border-color css
<style>
span { border-color: #FB5153; }
span { border-color: rgb(251,81,83); }
td.TdClassName
{
border-color: #FB5153;
}
.TagClassName
{
border-color: #FB5153;
}
</style>