Shades of Radical Red #FB3453
Tints of Radical Red #FB3453
RGB
CMYK
RGB Variations
Color information
#FB3453 (or 0xFB3453) is known color: Radical Red. HEX triplet: FB, 34 and 53. RGB value is (251,52,83). Sum of RGB (Red+Green+Blue) = 251+52+83=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3453 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3453 is #04CBAC. Grayscale: #737373. Windows color (decimal): -314285 or 5453051. OLE color: 5453051.
HSL color Cylindrical-coordinate representation of color #FB3453: hue angle of 350.65º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3453 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 83 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.02 |
| HSL | 350.65º | 0.96% | 0.59% | - |
| HSV(B) | 350.65º | 0.79% | 0.98% | - |
| XYZ | 42.57 | 23.59 | 10.49 | - |
| YUV | 115.04 | 109.93 | 224.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 83 | 0 | 0.79 | 0.67 | 0.02 | 350.65 | 0.96 | 0.59 |
| Hex | FB | 34 | 53 | 0 | 4F | 43 | 2 | 15F | 60 | 3B |
| Octal | 373 | 64 | 123 | 0 | 117 | 103 | 2 | 537 | 140 | 73 |
| Binary | 11111011 | 110100 | 1010011 | 0 | 1001111 | 1000011 | 10 | 101011111 | 1100000 | 111011 |
Color Harmonies of #FB3453
Complementary color
Monochromatic Colors of #FB3453
Black with #FB3453
Text Example
Text Example
White with #FB3453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3453; }
p { color: rgb(251,52,83); }
H1.HeaderClassName
{
color: #FB3453;
}
.AnyTagClassName
{
color: #FB3453;
}
</style>
background-color css
<style>
a { background-color: #FB3453; }
a { background-color: rgb(251,52,83); }
div.DivClassName
{
background-color: #FB3453;
}
.BgClassName
{
background-color: #FB3453;
}
</style>
border-color css
<style>
span { border-color: #FB3453; }
span { border-color: rgb(251,52,83); }
td.TdClassName
{
border-color: #FB3453;
}
.TagClassName
{
border-color: #FB3453;
}
</style>