Shades of Radical Red #FB3C60
Tints of Radical Red #FB3C60
RGB
CMYK
RGB Variations
Color information
#FB3C60 (or 0xFB3C60) is known color: Radical Red. HEX triplet: FB, 3C and 60. RGB value is (251,60,96). Sum of RGB (Red+Green+Blue) = 251+60+96=407 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.67% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C60 is #04C39F. Grayscale: #797979. Windows color (decimal): -312224 or 6307067. OLE color: 6307067.
HSL color Cylindrical-coordinate representation of color #FB3C60: hue angle of 348.69º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FB3C60 is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 96 | - |
| CMYK | 0 | 0.76 | 0.62 | 0.02 |
| HSL | 348.69º | 0.96% | 0.61% | - |
| HSV(B) | 348.69º | 0.76% | 0.98% | - |
| XYZ | 43.51 | 24.59 | 13.52 | - |
| YUV | 121.21 | 113.78 | 220.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 96 | 0 | 0.76 | 0.62 | 0.02 | 348.69 | 0.96 | 0.61 |
| Hex | FB | 3C | 60 | 0 | 4C | 3E | 2 | 15D | 60 | 3D |
| Octal | 373 | 74 | 140 | 0 | 114 | 76 | 2 | 535 | 140 | 75 |
| Binary | 11111011 | 111100 | 1100000 | 0 | 1001100 | 111110 | 10 | 101011101 | 1100000 | 111101 |
Color Harmonies of #FB3C60
Complementary color
Monochromatic Colors of #FB3C60
Black with #FB3C60
Text Example
Text Example
White with #FB3C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C60; }
p { color: rgb(251,60,96); }
H1.HeaderClassName
{
color: #FB3C60;
}
.AnyTagClassName
{
color: #FB3C60;
}
</style>
background-color css
<style>
a { background-color: #FB3C60; }
a { background-color: rgb(251,60,96); }
div.DivClassName
{
background-color: #FB3C60;
}
.BgClassName
{
background-color: #FB3C60;
}
</style>
border-color css
<style>
span { border-color: #FB3C60; }
span { border-color: rgb(251,60,96); }
td.TdClassName
{
border-color: #FB3C60;
}
.TagClassName
{
border-color: #FB3C60;
}
</style>