Shades of Radical Red #FB404B
Tints of Radical Red #FB404B
RGB
CMYK
RGB Variations
Color information
#FB404B (or 0xFB404B) is known color: Radical Red. HEX triplet: FB, 40 and 4B. RGB value is (251,64,75). Sum of RGB (Red+Green+Blue) = 251+64+75=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 75 (29.69% from 255 or 19.23% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB404B is #04BFB4. Grayscale: #797979. Windows color (decimal): -311221 or 4931835. OLE color: 4931835.
HSL color Cylindrical-coordinate representation of color #FB404B: hue angle of 356.47º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB404B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 75 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.02 |
| HSL | 356.47º | 0.96% | 0.62% | - |
| HSV(B) | 356.47º | 0.75% | 0.98% | - |
| XYZ | 42.89 | 24.68 | 9.16 | - |
| YUV | 121.17 | 101.95 | 220.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 75 | 0 | 0.75 | 0.70 | 0.02 | 356.47 | 0.96 | 0.62 |
| Hex | FB | 40 | 4B | 0 | 4B | 46 | 2 | 164 | 60 | 3E |
| Octal | 373 | 100 | 113 | 0 | 113 | 106 | 2 | 544 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1001011 | 0 | 1001011 | 1000110 | 10 | 101100100 | 1100000 | 111110 |
Color Harmonies of #FB404B
Complementary color
Monochromatic Colors of #FB404B
Black with #FB404B
Text Example
Text Example
White with #FB404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB404B; }
p { color: rgb(251,64,75); }
H1.HeaderClassName
{
color: #FB404B;
}
.AnyTagClassName
{
color: #FB404B;
}
</style>
background-color css
<style>
a { background-color: #FB404B; }
a { background-color: rgb(251,64,75); }
div.DivClassName
{
background-color: #FB404B;
}
.BgClassName
{
background-color: #FB404B;
}
</style>
border-color css
<style>
span { border-color: #FB404B; }
span { border-color: rgb(251,64,75); }
td.TdClassName
{
border-color: #FB404B;
}
.TagClassName
{
border-color: #FB404B;
}
</style>