Shades of Radical Red #FB2473
Tints of Radical Red #FB2473
RGB
CMYK
RGB Variations
Color information
#FB2473 (or 0xFB2473) is known color: Radical Red. HEX triplet: FB, 24 and 73. RGB value is (251,36,115). Sum of RGB (Red+Green+Blue) = 251+36+115=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2473 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2473 is #04DB8C. Grayscale: #6D6D6D. Windows color (decimal): -318349 or 7546107. OLE color: 7546107.
HSL color Cylindrical-coordinate representation of color #FB2473: hue angle of 337.95º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2473 is Cyan = 0, Magento = 0.86, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 115 | - |
| CMYK | 0 | 0.86 | 0.54 | 0.02 |
| HSL | 337.95º | 0.96% | 0.56% | - |
| HSV(B) | 337.95º | 0.86% | 0.98% | - |
| XYZ | 43.51 | 23.01 | 18.37 | - |
| YUV | 109.29 | 131.23 | 229.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 115 | 0 | 0.86 | 0.54 | 0.02 | 337.95 | 0.96 | 0.56 |
| Hex | FB | 24 | 73 | 0 | 56 | 36 | 2 | 152 | 60 | 38 |
| Octal | 373 | 44 | 163 | 0 | 126 | 66 | 2 | 522 | 140 | 70 |
| Binary | 11111011 | 100100 | 1110011 | 0 | 1010110 | 110110 | 10 | 101010010 | 1100000 | 111000 |
Color Harmonies of #FB2473
Complementary color
Monochromatic Colors of #FB2473
Black with #FB2473
Text Example
Text Example
White with #FB2473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2473; }
p { color: rgb(251,36,115); }
H1.HeaderClassName
{
color: #FB2473;
}
.AnyTagClassName
{
color: #FB2473;
}
</style>
background-color css
<style>
a { background-color: #FB2473; }
a { background-color: rgb(251,36,115); }
div.DivClassName
{
background-color: #FB2473;
}
.BgClassName
{
background-color: #FB2473;
}
</style>
border-color css
<style>
span { border-color: #FB2473; }
span { border-color: rgb(251,36,115); }
td.TdClassName
{
border-color: #FB2473;
}
.TagClassName
{
border-color: #FB2473;
}
</style>