Shades of Radical Red #FB4450
Tints of Radical Red #FB4450
RGB
CMYK
RGB Variations
Color information
#FB4450 (or 0xFB4450) is known color: Radical Red. HEX triplet: FB, 44 and 50. RGB value is (251,68,80). Sum of RGB (Red+Green+Blue) = 251+68+80=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4450 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4450 is #04BBAF. Grayscale: #7C7C7C. Windows color (decimal): -310192 or 5260539. OLE color: 5260539.
HSL color Cylindrical-coordinate representation of color #FB4450: hue angle of 356.07º 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 #FB4450 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 80 | - |
| CMYK | 0 | 0.73 | 0.68 | 0.02 |
| HSL | 356.07º | 0.96% | 0.63% | - |
| HSV(B) | 356.07º | 0.73% | 0.98% | - |
| XYZ | 43.3 | 25.22 | 10.18 | - |
| YUV | 124.09 | 103.13 | 218.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 80 | 0 | 0.73 | 0.68 | 0.02 | 356.07 | 0.96 | 0.63 |
| Hex | FB | 44 | 50 | 0 | 49 | 44 | 2 | 164 | 60 | 3F |
| Octal | 373 | 104 | 120 | 0 | 111 | 104 | 2 | 544 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1010000 | 0 | 1001001 | 1000100 | 10 | 101100100 | 1100000 | 111111 |
Color Harmonies of #FB4450
Complementary color
Monochromatic Colors of #FB4450
Black with #FB4450
Text Example
Text Example
White with #FB4450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4450; }
p { color: rgb(251,68,80); }
H1.HeaderClassName
{
color: #FB4450;
}
.AnyTagClassName
{
color: #FB4450;
}
</style>
background-color css
<style>
a { background-color: #FB4450; }
a { background-color: rgb(251,68,80); }
div.DivClassName
{
background-color: #FB4450;
}
.BgClassName
{
background-color: #FB4450;
}
</style>
border-color css
<style>
span { border-color: #FB4450; }
span { border-color: rgb(251,68,80); }
td.TdClassName
{
border-color: #FB4450;
}
.TagClassName
{
border-color: #FB4450;
}
</style>