Shades of Radical Red #FB4464
Tints of Radical Red #FB4464
RGB
CMYK
RGB Variations
Color information
#FB4464 (or 0xFB4464) is known color: Radical Red. HEX triplet: FB, 44 and 64. RGB value is (251,68,100). Sum of RGB (Red+Green+Blue) = 251+68+100=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 68 (26.95% from 255 or 16.23% from 419); Blue value is 100 (39.45% from 255 or 23.87% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4464 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4464 is #04BB9B. Grayscale: #7E7E7E. Windows color (decimal): -310172 or 6571259. OLE color: 6571259.
HSL color Cylindrical-coordinate representation of color #FB4464: hue angle of 349.51º 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 #FB4464 is Cyan = 0, Magento = 0.73, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 100 | - |
| CMYK | 0 | 0.73 | 0.60 | 0.02 |
| HSL | 349.51º | 0.96% | 0.63% | - |
| HSV(B) | 349.51º | 0.73% | 0.98% | - |
| XYZ | 44.15 | 25.56 | 14.66 | - |
| YUV | 126.37 | 113.13 | 216.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 100 | 0 | 0.73 | 0.60 | 0.02 | 349.51 | 0.96 | 0.63 |
| Hex | FB | 44 | 64 | 0 | 49 | 3C | 2 | 15E | 60 | 3F |
| Octal | 373 | 104 | 144 | 0 | 111 | 74 | 2 | 536 | 140 | 77 |
| Binary | 11111011 | 1000100 | 1100100 | 0 | 1001001 | 111100 | 10 | 101011110 | 1100000 | 111111 |
Color Harmonies of #FB4464
Complementary color
Monochromatic Colors of #FB4464
Black with #FB4464
Text Example
Text Example
White with #FB4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4464; }
p { color: rgb(251,68,100); }
H1.HeaderClassName
{
color: #FB4464;
}
.AnyTagClassName
{
color: #FB4464;
}
</style>
background-color css
<style>
a { background-color: #FB4464; }
a { background-color: rgb(251,68,100); }
div.DivClassName
{
background-color: #FB4464;
}
.BgClassName
{
background-color: #FB4464;
}
</style>
border-color css
<style>
span { border-color: #FB4464; }
span { border-color: rgb(251,68,100); }
td.TdClassName
{
border-color: #FB4464;
}
.TagClassName
{
border-color: #FB4464;
}
</style>