Shades of Radical Red #FB3C55
Tints of Radical Red #FB3C55
RGB
CMYK
RGB Variations
Color information
#FB3C55 (or 0xFB3C55) is known color: Radical Red. HEX triplet: FB, 3C and 55. RGB value is (251,60,85). Sum of RGB (Red+Green+Blue) = 251+60+85=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 85 (33.59% from 255 or 21.46% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C55 is #04C3AA. Grayscale: #787878. Windows color (decimal): -312235 or 5586171. OLE color: 5586171.
HSL color Cylindrical-coordinate representation of color #FB3C55: hue angle of 352.15º 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 #FB3C55 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 85 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.02 |
| HSL | 352.15º | 0.96% | 0.61% | - |
| HSV(B) | 352.15º | 0.76% | 0.98% | - |
| XYZ | 43.04 | 24.4 | 11.03 | - |
| YUV | 119.96 | 108.28 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 85 | 0 | 0.76 | 0.66 | 0.02 | 352.15 | 0.96 | 0.61 |
| Hex | FB | 3C | 55 | 0 | 4C | 42 | 2 | 160 | 60 | 3D |
| Octal | 373 | 74 | 125 | 0 | 114 | 102 | 2 | 540 | 140 | 75 |
| Binary | 11111011 | 111100 | 1010101 | 0 | 1001100 | 1000010 | 10 | 101100000 | 1100000 | 111101 |
Color Harmonies of #FB3C55
Complementary color
Monochromatic Colors of #FB3C55
Black with #FB3C55
Text Example
Text Example
White with #FB3C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C55; }
p { color: rgb(251,60,85); }
H1.HeaderClassName
{
color: #FB3C55;
}
.AnyTagClassName
{
color: #FB3C55;
}
</style>
background-color css
<style>
a { background-color: #FB3C55; }
a { background-color: rgb(251,60,85); }
div.DivClassName
{
background-color: #FB3C55;
}
.BgClassName
{
background-color: #FB3C55;
}
</style>
border-color css
<style>
span { border-color: #FB3C55; }
span { border-color: rgb(251,60,85); }
td.TdClassName
{
border-color: #FB3C55;
}
.TagClassName
{
border-color: #FB3C55;
}
</style>