Shades of Radical Red #FB3353
Tints of Radical Red #FB3353
RGB
CMYK
RGB Variations
Color information
#FB3353 (or 0xFB3353) is known color: Radical Red. HEX triplet: FB, 33 and 53. RGB value is (251,51,83). Sum of RGB (Red+Green+Blue) = 251+51+83=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 83 (32.81% from 255 or 21.56% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3353 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3353 is #04CCAC. Grayscale: #727272. Windows color (decimal): -314541 or 5452795. OLE color: 5452795.
HSL color Cylindrical-coordinate representation of color #FB3353: hue angle of 350.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3353 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 83 | - |
| CMYK | 0 | 0.80 | 0.67 | 0.02 |
| HSL | 350.4º | 0.96% | 0.59% | - |
| HSV(B) | 350.4º | 0.8% | 0.98% | - |
| XYZ | 42.53 | 23.5 | 10.48 | - |
| YUV | 114.45 | 110.26 | 225.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 83 | 0 | 0.80 | 0.67 | 0.02 | 350.4 | 0.96 | 0.59 |
| Hex | FB | 33 | 53 | 0 | 50 | 43 | 2 | 15E | 60 | 3B |
| Octal | 373 | 63 | 123 | 0 | 120 | 103 | 2 | 536 | 140 | 73 |
| Binary | 11111011 | 110011 | 1010011 | 0 | 1010000 | 1000011 | 10 | 101011110 | 1100000 | 111011 |
Color Harmonies of #FB3353
Complementary color
Monochromatic Colors of #FB3353
Black with #FB3353
Text Example
Text Example
White with #FB3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3353; }
p { color: rgb(251,51,83); }
H1.HeaderClassName
{
color: #FB3353;
}
.AnyTagClassName
{
color: #FB3353;
}
</style>
background-color css
<style>
a { background-color: #FB3353; }
a { background-color: rgb(251,51,83); }
div.DivClassName
{
background-color: #FB3353;
}
.BgClassName
{
background-color: #FB3353;
}
</style>
border-color css
<style>
span { border-color: #FB3353; }
span { border-color: rgb(251,51,83); }
td.TdClassName
{
border-color: #FB3353;
}
.TagClassName
{
border-color: #FB3353;
}
</style>