Shades of Radical Red #FB3553
Tints of Radical Red #FB3553
RGB
CMYK
RGB Variations
Color information
#FB3553 (or 0xFB3553) is known color: Radical Red. HEX triplet: FB, 35 and 53. RGB value is (251,53,83). Sum of RGB (Red+Green+Blue) = 251+53+83=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 83 (32.81% from 255 or 21.45% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3553 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3553 is #04CAAC. Grayscale: #737373. Windows color (decimal): -314029 or 5453307. OLE color: 5453307.
HSL color Cylindrical-coordinate representation of color #FB3553: hue angle of 350.91º 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 #FB3553 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 53 | 83 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.02 |
| HSL | 350.91º | 0.96% | 0.6% | - |
| HSV(B) | 350.91º | 0.79% | 0.98% | - |
| XYZ | 42.62 | 23.68 | 10.51 | - |
| YUV | 115.62 | 109.6 | 224.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 53 | 83 | 0 | 0.79 | 0.67 | 0.02 | 350.91 | 0.96 | 0.6 |
| Hex | FB | 35 | 53 | 0 | 4F | 43 | 2 | 15F | 60 | 3C |
| Octal | 373 | 65 | 123 | 0 | 117 | 103 | 2 | 537 | 140 | 74 |
| Binary | 11111011 | 110101 | 1010011 | 0 | 1001111 | 1000011 | 10 | 101011111 | 1100000 | 111100 |
Color Harmonies of #FB3553
Complementary color
Monochromatic Colors of #FB3553
Black with #FB3553
Text Example
Text Example
White with #FB3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3553; }
p { color: rgb(251,53,83); }
H1.HeaderClassName
{
color: #FB3553;
}
.AnyTagClassName
{
color: #FB3553;
}
</style>
background-color css
<style>
a { background-color: #FB3553; }
a { background-color: rgb(251,53,83); }
div.DivClassName
{
background-color: #FB3553;
}
.BgClassName
{
background-color: #FB3553;
}
</style>
border-color css
<style>
span { border-color: #FB3553; }
span { border-color: rgb(251,53,83); }
td.TdClassName
{
border-color: #FB3553;
}
.TagClassName
{
border-color: #FB3553;
}
</style>