Shades of Radical Red #FB3C58
Tints of Radical Red #FB3C58
RGB
CMYK
RGB Variations
Color information
#FB3C58 (or 0xFB3C58) is known color: Radical Red. HEX triplet: FB, 3C and 58. RGB value is (251,60,88). Sum of RGB (Red+Green+Blue) = 251+60+88=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 60 (23.83% from 255 or 15.04% from 399); Blue value is 88 (34.77% from 255 or 22.06% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3C58 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3C58 is #04C3A7. Grayscale: #787878. Windows color (decimal): -312232 or 5782779. OLE color: 5782779.
HSL color Cylindrical-coordinate representation of color #FB3C58: hue angle of 351.2º 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 #FB3C58 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 60 | 88 | - |
| CMYK | 0 | 0.76 | 0.65 | 0.02 |
| HSL | 351.2º | 0.96% | 0.61% | - |
| HSV(B) | 351.2º | 0.76% | 0.98% | - |
| XYZ | 43.16 | 24.45 | 11.68 | - |
| YUV | 120.3 | 109.78 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 60 | 88 | 0 | 0.76 | 0.65 | 0.02 | 351.2 | 0.96 | 0.61 |
| Hex | FB | 3C | 58 | 0 | 4C | 41 | 2 | 15F | 60 | 3D |
| Octal | 373 | 74 | 130 | 0 | 114 | 101 | 2 | 537 | 140 | 75 |
| Binary | 11111011 | 111100 | 1011000 | 0 | 1001100 | 1000001 | 10 | 101011111 | 1100000 | 111101 |
Color Harmonies of #FB3C58
Complementary color
Monochromatic Colors of #FB3C58
Black with #FB3C58
Text Example
Text Example
White with #FB3C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3C58; }
p { color: rgb(251,60,88); }
H1.HeaderClassName
{
color: #FB3C58;
}
.AnyTagClassName
{
color: #FB3C58;
}
</style>
background-color css
<style>
a { background-color: #FB3C58; }
a { background-color: rgb(251,60,88); }
div.DivClassName
{
background-color: #FB3C58;
}
.BgClassName
{
background-color: #FB3C58;
}
</style>
border-color css
<style>
span { border-color: #FB3C58; }
span { border-color: rgb(251,60,88); }
td.TdClassName
{
border-color: #FB3C58;
}
.TagClassName
{
border-color: #FB3C58;
}
</style>