Shades of Radical Red #FB404A
Tints of Radical Red #FB404A
RGB
CMYK
RGB Variations
Color information
#FB404A (or 0xFB404A) is known color: Radical Red. HEX triplet: FB, 40 and 4A. RGB value is (251,64,74). Sum of RGB (Red+Green+Blue) = 251+64+74=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB404A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB404A is #04BFB5. Grayscale: #797979. Windows color (decimal): -311222 or 4866299. OLE color: 4866299.
HSL color Cylindrical-coordinate representation of color #FB404A: hue angle of 356.79º 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 #FB404A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 64 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.02 |
| HSL | 356.79º | 0.96% | 0.62% | - |
| HSV(B) | 356.79º | 0.75% | 0.98% | - |
| XYZ | 42.85 | 24.67 | 8.98 | - |
| YUV | 121.05 | 101.45 | 220.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 74 | 0 | 0.75 | 0.71 | 0.02 | 356.79 | 0.96 | 0.62 |
| Hex | FB | 40 | 4A | 0 | 4B | 47 | 2 | 165 | 60 | 3E |
| Octal | 373 | 100 | 112 | 0 | 113 | 107 | 2 | 545 | 140 | 76 |
| Binary | 11111011 | 1000000 | 1001010 | 0 | 1001011 | 1000111 | 10 | 101100101 | 1100000 | 111110 |
Color Harmonies of #FB404A
Complementary color
Monochromatic Colors of #FB404A
Black with #FB404A
Text Example
Text Example
White with #FB404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB404A; }
p { color: rgb(251,64,74); }
H1.HeaderClassName
{
color: #FB404A;
}
.AnyTagClassName
{
color: #FB404A;
}
</style>
background-color css
<style>
a { background-color: #FB404A; }
a { background-color: rgb(251,64,74); }
div.DivClassName
{
background-color: #FB404A;
}
.BgClassName
{
background-color: #FB404A;
}
</style>
border-color css
<style>
span { border-color: #FB404A; }
span { border-color: rgb(251,64,74); }
td.TdClassName
{
border-color: #FB404A;
}
.TagClassName
{
border-color: #FB404A;
}
</style>