Shades of Radical Red #FB4863
Tints of Radical Red #FB4863
RGB
CMYK
RGB Variations
Color information
#FB4863 (or 0xFB4863) is known color: Radical Red. HEX triplet: FB, 48 and 63. RGB value is (251,72,99). Sum of RGB (Red+Green+Blue) = 251+72+99=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 72 (28.52% from 255 or 17.06% from 422); Blue value is 99 (39.06% from 255 or 23.46% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4863 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4863 is #04B79C. Grayscale: #808080. Windows color (decimal): -309149 or 6506747. OLE color: 6506747.
HSL color Cylindrical-coordinate representation of color #FB4863: hue angle of 350.95º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FB4863 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 72 | 99 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.02 |
| HSL | 350.95º | 0.96% | 0.63% | - |
| HSV(B) | 350.95º | 0.71% | 0.98% | - |
| XYZ | 44.35 | 26.04 | 14.49 | - |
| YUV | 128.6 | 111.3 | 215.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 72 | 99 | 0 | 0.71 | 0.61 | 0.02 | 350.95 | 0.96 | 0.63 |
| Hex | FB | 48 | 63 | 0 | 47 | 3D | 2 | 15F | 60 | 3F |
| Octal | 373 | 110 | 143 | 0 | 107 | 75 | 2 | 537 | 140 | 77 |
| Binary | 11111011 | 1001000 | 1100011 | 0 | 1000111 | 111101 | 10 | 101011111 | 1100000 | 111111 |
Color Harmonies of #FB4863
Complementary color
Monochromatic Colors of #FB4863
Black with #FB4863
Text Example
Text Example
White with #FB4863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4863; }
p { color: rgb(251,72,99); }
H1.HeaderClassName
{
color: #FB4863;
}
.AnyTagClassName
{
color: #FB4863;
}
</style>
background-color css
<style>
a { background-color: #FB4863; }
a { background-color: rgb(251,72,99); }
div.DivClassName
{
background-color: #FB4863;
}
.BgClassName
{
background-color: #FB4863;
}
</style>
border-color css
<style>
span { border-color: #FB4863; }
span { border-color: rgb(251,72,99); }
td.TdClassName
{
border-color: #FB4863;
}
.TagClassName
{
border-color: #FB4863;
}
</style>