Shades of Radical Red #FB2472
Tints of Radical Red #FB2472
RGB
CMYK
RGB Variations
Color information
#FB2472 (or 0xFB2472) is known color: Radical Red. HEX triplet: FB, 24 and 72. RGB value is (251,36,114). Sum of RGB (Red+Green+Blue) = 251+36+114=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 114 (44.92% from 255 or 28.43% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2472 is #04DB8D. Grayscale: #6D6D6D. Windows color (decimal): -318350 or 7480571. OLE color: 7480571.
HSL color Cylindrical-coordinate representation of color #FB2472: hue angle of 338.23º 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 #FB2472 is Cyan = 0, Magento = 0.86, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 114 | - |
| CMYK | 0 | 0.86 | 0.55 | 0.02 |
| HSL | 338.23º | 0.96% | 0.56% | - |
| HSV(B) | 338.23º | 0.86% | 0.98% | - |
| XYZ | 43.45 | 22.99 | 18.07 | - |
| YUV | 109.18 | 130.73 | 229.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 114 | 0 | 0.86 | 0.55 | 0.02 | 338.23 | 0.96 | 0.56 |
| Hex | FB | 24 | 72 | 0 | 56 | 37 | 2 | 152 | 60 | 38 |
| Octal | 373 | 44 | 162 | 0 | 126 | 67 | 2 | 522 | 140 | 70 |
| Binary | 11111011 | 100100 | 1110010 | 0 | 1010110 | 110111 | 10 | 101010010 | 1100000 | 111000 |
Color Harmonies of #FB2472
Complementary color
Monochromatic Colors of #FB2472
Black with #FB2472
Text Example
Text Example
White with #FB2472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2472; }
p { color: rgb(251,36,114); }
H1.HeaderClassName
{
color: #FB2472;
}
.AnyTagClassName
{
color: #FB2472;
}
</style>
background-color css
<style>
a { background-color: #FB2472; }
a { background-color: rgb(251,36,114); }
div.DivClassName
{
background-color: #FB2472;
}
.BgClassName
{
background-color: #FB2472;
}
</style>
border-color css
<style>
span { border-color: #FB2472; }
span { border-color: rgb(251,36,114); }
td.TdClassName
{
border-color: #FB2472;
}
.TagClassName
{
border-color: #FB2472;
}
</style>