Shades of Radical Red #FB3C59
Tints of Radical Red #FB3C59
RGB
CMYK
RGB Variations
Color information
#FB3C59 (or 0xFB3C59) is known color: Radical Red. HEX triplet: FB, 3C and 59. RGB value is (251,60,89). Sum of RGB (Red+Green+Blue) = 251+60+89=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C59 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C59 is #04C3A6. Grayscale: #787878. Windows color (decimal): -312231 or 5848315. OLE color: 5848315.
HSL color Cylindrical-coordinate representation of color #FB3C59: hue angle of 350.89º 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 #FB3C59 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 89 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.02 |
| HSL | 350.89º | 0.96% | 0.61% | - |
| HSV(B) | 350.89º | 0.76% | 0.98% | - |
| XYZ | 43.2 | 24.46 | 11.9 | - |
| YUV | 120.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 89 | 0 | 0.76 | 0.65 | 0.02 | 350.89 | 0.96 | 0.61 |
| Hex | FB | 3C | 59 | 0 | 4C | 41 | 2 | 15F | 60 | 3D |
| Octal | 373 | 74 | 131 | 0 | 114 | 101 | 2 | 537 | 140 | 75 |
| Binary | 11111011 | 111100 | 1011001 | 0 | 1001100 | 1000001 | 10 | 101011111 | 1100000 | 111101 |
Color Harmonies of #FB3C59
Complementary color
Monochromatic Colors of #FB3C59
Black with #FB3C59
Text Example
Text Example
White with #FB3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C59; }
p { color: rgb(251,60,89); }
H1.HeaderClassName
{
color: #FB3C59;
}
.AnyTagClassName
{
color: #FB3C59;
}
</style>
background-color css
<style>
a { background-color: #FB3C59; }
a { background-color: rgb(251,60,89); }
div.DivClassName
{
background-color: #FB3C59;
}
.BgClassName
{
background-color: #FB3C59;
}
</style>
border-color css
<style>
span { border-color: #FB3C59; }
span { border-color: rgb(251,60,89); }
td.TdClassName
{
border-color: #FB3C59;
}
.TagClassName
{
border-color: #FB3C59;
}
</style>