Shades of Radical Red #FB1C63
Tints of Radical Red #FB1C63
RGB
CMYK
RGB Variations
Color information
#FB1C63 (or 0xFB1C63) is known color: Radical Red. HEX triplet: FB, 1C and 63. RGB value is (251,28,99). Sum of RGB (Red+Green+Blue) = 251+28+99=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 28 (11.33% from 255 or 7.41% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB1C63 is #04E39C. Grayscale: #666666. Windows color (decimal): -320413 or 6495483. OLE color: 6495483.
HSL color Cylindrical-coordinate representation of color #FB1C63: hue angle of 340.9º 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 #FB1C63 is Cyan = 0, Magento = 0.89, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 99 | - |
| CMYK | 0 | 0.89 | 0.61 | 0.02 |
| HSL | 340.9º | 0.97% | 0.55% | - |
| HSV(B) | 340.9º | 0.89% | 0.98% | - |
| XYZ | 42.45 | 22.24 | 13.86 | - |
| YUV | 102.77 | 125.88 | 233.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 99 | 0 | 0.89 | 0.61 | 0.02 | 340.9 | 0.97 | 0.55 |
| Hex | FB | 1C | 63 | 0 | 59 | 3D | 2 | 155 | 61 | 37 |
| Octal | 373 | 34 | 143 | 0 | 131 | 75 | 2 | 525 | 141 | 67 |
| Binary | 11111011 | 11100 | 1100011 | 0 | 1011001 | 111101 | 10 | 101010101 | 1100001 | 110111 |
Color Harmonies of #FB1C63
Complementary color
Monochromatic Colors of #FB1C63
Black with #FB1C63
Text Example
Text Example
White with #FB1C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C63; }
p { color: rgb(251,28,99); }
H1.HeaderClassName
{
color: #FB1C63;
}
.AnyTagClassName
{
color: #FB1C63;
}
</style>
background-color css
<style>
a { background-color: #FB1C63; }
a { background-color: rgb(251,28,99); }
div.DivClassName
{
background-color: #FB1C63;
}
.BgClassName
{
background-color: #FB1C63;
}
</style>
border-color css
<style>
span { border-color: #FB1C63; }
span { border-color: rgb(251,28,99); }
td.TdClassName
{
border-color: #FB1C63;
}
.TagClassName
{
border-color: #FB1C63;
}
</style>