Shades of Radical Red #FB4550
Tints of Radical Red #FB4550
RGB
CMYK
RGB Variations
Color information
#FB4550 (or 0xFB4550) is known color: Radical Red. HEX triplet: FB, 45 and 50. RGB value is (251,69,80). Sum of RGB (Red+Green+Blue) = 251+69+80=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4550 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4550 is #04BAAF. Grayscale: #7C7C7C. Windows color (decimal): -309936 or 5260795. OLE color: 5260795.
HSL color Cylindrical-coordinate representation of color #FB4550: hue angle of 356.37º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB4550 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 69 | 80 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.02 |
| HSL | 356.37º | 0.96% | 0.63% | - |
| HSV(B) | 356.37º | 0.73% | 0.98% | - |
| XYZ | 43.36 | 25.34 | 10.2 | - |
| YUV | 124.67 | 102.8 | 218.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 69 | 80 | 0 | 0.73 | 0.68 | 0.02 | 356.37 | 0.96 | 0.63 |
| Hex | FB | 45 | 50 | 0 | 49 | 44 | 2 | 164 | 60 | 3F |
| Octal | 373 | 105 | 120 | 0 | 111 | 104 | 2 | 544 | 140 | 77 |
| Binary | 11111011 | 1000101 | 1010000 | 0 | 1001001 | 1000100 | 10 | 101100100 | 1100000 | 111111 |
Color Harmonies of #FB4550
Complementary color
Monochromatic Colors of #FB4550
Black with #FB4550
Text Example
Text Example
White with #FB4550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4550; }
p { color: rgb(251,69,80); }
H1.HeaderClassName
{
color: #FB4550;
}
.AnyTagClassName
{
color: #FB4550;
}
</style>
background-color css
<style>
a { background-color: #FB4550; }
a { background-color: rgb(251,69,80); }
div.DivClassName
{
background-color: #FB4550;
}
.BgClassName
{
background-color: #FB4550;
}
</style>
border-color css
<style>
span { border-color: #FB4550; }
span { border-color: rgb(251,69,80); }
td.TdClassName
{
border-color: #FB4550;
}
.TagClassName
{
border-color: #FB4550;
}
</style>