Shades of Radical Red #FB4D54
Tints of Radical Red #FB4D54
RGB
CMYK
RGB Variations
Color information
#FB4D54 (or 0xFB4D54) is known color: Radical Red. HEX triplet: FB, 4D and 54. RGB value is (251,77,84). Sum of RGB (Red+Green+Blue) = 251+77+84=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 84 (33.20% from 255 or 20.39% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB4D54 is #04B2AB. Grayscale: #818181. Windows color (decimal): -307884 or 5524987. OLE color: 5524987.
HSL color Cylindrical-coordinate representation of color #FB4D54: hue angle of 357.59º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FB4D54 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 77 | 84 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.02 |
| HSL | 357.59º | 0.96% | 0.64% | - |
| HSV(B) | 357.59º | 0.69% | 0.98% | - |
| XYZ | 44.04 | 26.46 | 11.17 | - |
| YUV | 129.82 | 102.15 | 214.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 77 | 84 | 0 | 0.69 | 0.67 | 0.02 | 357.59 | 0.96 | 0.64 |
| Hex | FB | 4D | 54 | 0 | 45 | 43 | 2 | 166 | 60 | 40 |
| Octal | 373 | 115 | 124 | 0 | 105 | 103 | 2 | 546 | 140 | 100 |
| Binary | 11111011 | 1001101 | 1010100 | 0 | 1000101 | 1000011 | 10 | 101100110 | 1100000 | 1000000 |
Color Harmonies of #FB4D54
Complementary color
Monochromatic Colors of #FB4D54
Black with #FB4D54
Text Example
Text Example
White with #FB4D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4D54; }
p { color: rgb(251,77,84); }
H1.HeaderClassName
{
color: #FB4D54;
}
.AnyTagClassName
{
color: #FB4D54;
}
</style>
background-color css
<style>
a { background-color: #FB4D54; }
a { background-color: rgb(251,77,84); }
div.DivClassName
{
background-color: #FB4D54;
}
.BgClassName
{
background-color: #FB4D54;
}
</style>
border-color css
<style>
span { border-color: #FB4D54; }
span { border-color: rgb(251,77,84); }
td.TdClassName
{
border-color: #FB4D54;
}
.TagClassName
{
border-color: #FB4D54;
}
</style>