Shades of Radical Red #FB4C64
Tints of Radical Red #FB4C64
RGB
CMYK
RGB Variations
Color information
#FB4C64 (or 0xFB4C64) is known color: Radical Red. HEX triplet: FB, 4C and 64. RGB value is (251,76,100). Sum of RGB (Red+Green+Blue) = 251+76+100=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 76 (30.08% from 255 or 17.80% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4C64 is #04B39B. Grayscale: #838383. Windows color (decimal): -308124 or 6573307. OLE color: 6573307.
HSL color Cylindrical-coordinate representation of color #FB4C64: hue angle of 351.77º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FB4C64 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 76 | 100 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.02 |
| HSL | 351.77º | 0.96% | 0.64% | - |
| HSV(B) | 351.77º | 0.7% | 0.98% | - |
| XYZ | 44.67 | 26.6 | 14.84 | - |
| YUV | 131.06 | 110.48 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 76 | 100 | 0 | 0.70 | 0.60 | 0.02 | 351.77 | 0.96 | 0.64 |
| Hex | FB | 4C | 64 | 0 | 46 | 3C | 2 | 160 | 60 | 40 |
| Octal | 373 | 114 | 144 | 0 | 106 | 74 | 2 | 540 | 140 | 100 |
| Binary | 11111011 | 1001100 | 1100100 | 0 | 1000110 | 111100 | 10 | 101100000 | 1100000 | 1000000 |
Color Harmonies of #FB4C64
Complementary color
Monochromatic Colors of #FB4C64
Black with #FB4C64
Text Example
Text Example
White with #FB4C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4C64; }
p { color: rgb(251,76,100); }
H1.HeaderClassName
{
color: #FB4C64;
}
.AnyTagClassName
{
color: #FB4C64;
}
</style>
background-color css
<style>
a { background-color: #FB4C64; }
a { background-color: rgb(251,76,100); }
div.DivClassName
{
background-color: #FB4C64;
}
.BgClassName
{
background-color: #FB4C64;
}
</style>
border-color css
<style>
span { border-color: #FB4C64; }
span { border-color: rgb(251,76,100); }
td.TdClassName
{
border-color: #FB4C64;
}
.TagClassName
{
border-color: #FB4C64;
}
</style>