Shades of Radical Red #FB4C5A
Tints of Radical Red #FB4C5A
RGB
CMYK
RGB Variations
Color information
#FB4C5A (or 0xFB4C5A) is known color: Radical Red. HEX triplet: FB, 4C and 5A. RGB value is (251,76,90). Sum of RGB (Red+Green+Blue) = 251+76+90=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 90 (35.55% from 255 or 21.58% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4C5A is #04B3A5. Grayscale: #828282. Windows color (decimal): -308134 or 5917947. OLE color: 5917947.
HSL color Cylindrical-coordinate representation of color #FB4C5A: hue angle of 355.2º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4C5A is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 90 | - |
| CMYK | 0 | 0.70 | 0.64 | 0.02 |
| HSL | 355.2º | 0.96% | 0.64% | - |
| HSV(B) | 355.2º | 0.7% | 0.98% | - |
| XYZ | 44.21 | 26.42 | 12.44 | - |
| YUV | 129.92 | 105.48 | 214.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 90 | 0 | 0.70 | 0.64 | 0.02 | 355.2 | 0.96 | 0.64 |
| Hex | FB | 4C | 5A | 0 | 46 | 40 | 2 | 163 | 60 | 40 |
| Octal | 373 | 114 | 132 | 0 | 106 | 100 | 2 | 543 | 140 | 100 |
| Binary | 11111011 | 1001100 | 1011010 | 0 | 1000110 | 1000000 | 10 | 101100011 | 1100000 | 1000000 |
Color Harmonies of #FB4C5A
Complementary color
Monochromatic Colors of #FB4C5A
Black with #FB4C5A
Text Example
Text Example
White with #FB4C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C5A; }
p { color: rgb(251,76,90); }
H1.HeaderClassName
{
color: #FB4C5A;
}
.AnyTagClassName
{
color: #FB4C5A;
}
</style>
background-color css
<style>
a { background-color: #FB4C5A; }
a { background-color: rgb(251,76,90); }
div.DivClassName
{
background-color: #FB4C5A;
}
.BgClassName
{
background-color: #FB4C5A;
}
</style>
border-color css
<style>
span { border-color: #FB4C5A; }
span { border-color: rgb(251,76,90); }
td.TdClassName
{
border-color: #FB4C5A;
}
.TagClassName
{
border-color: #FB4C5A;
}
</style>