Shades of Radical Red #FB2572
Tints of Radical Red #FB2572
RGB
CMYK
RGB Variations
Color information
#FB2572 (or 0xFB2572) is known color: Radical Red. HEX triplet: FB, 25 and 72. RGB value is (251,37,114). Sum of RGB (Red+Green+Blue) = 251+37+114=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 37 (14.84% from 255 or 9.20% from 402); Blue value is 114 (44.92% from 255 or 28.36% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2572 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2572 is #04DA8D. Grayscale: #6D6D6D. Windows color (decimal): -318094 or 7480827. OLE color: 7480827.
HSL color Cylindrical-coordinate representation of color #FB2572: hue angle of 338.41º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB2572 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 114 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.02 |
| HSL | 338.41º | 0.96% | 0.56% | - |
| HSV(B) | 338.41º | 0.85% | 0.98% | - |
| XYZ | 43.48 | 23.05 | 18.08 | - |
| YUV | 109.76 | 130.4 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 114 | 0 | 0.85 | 0.55 | 0.02 | 338.41 | 0.96 | 0.56 |
| Hex | FB | 25 | 72 | 0 | 55 | 37 | 2 | 152 | 60 | 38 |
| Octal | 373 | 45 | 162 | 0 | 125 | 67 | 2 | 522 | 140 | 70 |
| Binary | 11111011 | 100101 | 1110010 | 0 | 1010101 | 110111 | 10 | 101010010 | 1100000 | 111000 |
Color Harmonies of #FB2572
Complementary color
Monochromatic Colors of #FB2572
Black with #FB2572
Text Example
Text Example
White with #FB2572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2572; }
p { color: rgb(251,37,114); }
H1.HeaderClassName
{
color: #FB2572;
}
.AnyTagClassName
{
color: #FB2572;
}
</style>
background-color css
<style>
a { background-color: #FB2572; }
a { background-color: rgb(251,37,114); }
div.DivClassName
{
background-color: #FB2572;
}
.BgClassName
{
background-color: #FB2572;
}
</style>
border-color css
<style>
span { border-color: #FB2572; }
span { border-color: rgb(251,37,114); }
td.TdClassName
{
border-color: #FB2572;
}
.TagClassName
{
border-color: #FB2572;
}
</style>