Shades of Radical Red #FB3560
Tints of Radical Red #FB3560
RGB
CMYK
RGB Variations
Color information
#FB3560 (or 0xFB3560) is known color: Radical Red. HEX triplet: FB, 35 and 60. RGB value is (251,53,96). Sum of RGB (Red+Green+Blue) = 251+53+96=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 53 (21.09% from 255 or 13.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3560 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3560 is #04CA9F. Grayscale: #757575. Windows color (decimal): -314016 or 6305275. OLE color: 6305275.
HSL color Cylindrical-coordinate representation of color #FB3560: hue angle of 346.97º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3560 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 96 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.02 |
| HSL | 346.97º | 0.96% | 0.6% | - |
| HSV(B) | 346.97º | 0.79% | 0.98% | - |
| XYZ | 43.17 | 23.9 | 13.4 | - |
| YUV | 117.1 | 116.1 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 96 | 0 | 0.79 | 0.62 | 0.02 | 346.97 | 0.96 | 0.6 |
| Hex | FB | 35 | 60 | 0 | 4F | 3E | 2 | 15B | 60 | 3C |
| Octal | 373 | 65 | 140 | 0 | 117 | 76 | 2 | 533 | 140 | 74 |
| Binary | 11111011 | 110101 | 1100000 | 0 | 1001111 | 111110 | 10 | 101011011 | 1100000 | 111100 |
Color Harmonies of #FB3560
Complementary color
Monochromatic Colors of #FB3560
Black with #FB3560
Text Example
Text Example
White with #FB3560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3560; }
p { color: rgb(251,53,96); }
H1.HeaderClassName
{
color: #FB3560;
}
.AnyTagClassName
{
color: #FB3560;
}
</style>
background-color css
<style>
a { background-color: #FB3560; }
a { background-color: rgb(251,53,96); }
div.DivClassName
{
background-color: #FB3560;
}
.BgClassName
{
background-color: #FB3560;
}
</style>
border-color css
<style>
span { border-color: #FB3560; }
span { border-color: rgb(251,53,96); }
td.TdClassName
{
border-color: #FB3560;
}
.TagClassName
{
border-color: #FB3560;
}
</style>