Shades of Radical Red #FB1C57
Tints of Radical Red #FB1C57
RGB
CMYK
RGB Variations
Color information
#FB1C57 (or 0xFB1C57) is known color: Radical Red. HEX triplet: FB, 1C and 57. RGB value is (251,28,87). Sum of RGB (Red+Green+Blue) = 251+28+87=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 87 (34.38% from 255 or 23.77% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C57 is #04E3A8. Grayscale: #656565. Windows color (decimal): -320425 or 5709051. OLE color: 5709051.
HSL color Cylindrical-coordinate representation of color #FB1C57: hue angle of 344.13º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1C57 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 87 | - |
| CMYK | 0 | 0.89 | 0.65 | 0.02 |
| HSL | 344.13º | 0.97% | 0.55% | - |
| HSV(B) | 344.13º | 0.89% | 0.98% | - |
| XYZ | 41.92 | 22.03 | 11.06 | - |
| YUV | 101.4 | 119.88 | 234.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 87 | 0 | 0.89 | 0.65 | 0.02 | 344.13 | 0.97 | 0.55 |
| Hex | FB | 1C | 57 | 0 | 59 | 41 | 2 | 158 | 61 | 37 |
| Octal | 373 | 34 | 127 | 0 | 131 | 101 | 2 | 530 | 141 | 67 |
| Binary | 11111011 | 11100 | 1010111 | 0 | 1011001 | 1000001 | 10 | 101011000 | 1100001 | 110111 |
Color Harmonies of #FB1C57
Complementary color
Monochromatic Colors of #FB1C57
Black with #FB1C57
Text Example
Text Example
White with #FB1C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C57; }
p { color: rgb(251,28,87); }
H1.HeaderClassName
{
color: #FB1C57;
}
.AnyTagClassName
{
color: #FB1C57;
}
</style>
background-color css
<style>
a { background-color: #FB1C57; }
a { background-color: rgb(251,28,87); }
div.DivClassName
{
background-color: #FB1C57;
}
.BgClassName
{
background-color: #FB1C57;
}
</style>
border-color css
<style>
span { border-color: #FB1C57; }
span { border-color: rgb(251,28,87); }
td.TdClassName
{
border-color: #FB1C57;
}
.TagClassName
{
border-color: #FB1C57;
}
</style>