Shades of Radical Red #FB2570
Tints of Radical Red #FB2570
RGB
CMYK
RGB Variations
Color information
#FB2570 (or 0xFB2570) is known color: Radical Red. HEX triplet: FB, 25 and 70. RGB value is (251,37,112). Sum of RGB (Red+Green+Blue) = 251+37+112=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 37 (14.84% from 255 or 9.25% from 400); Blue value is 112 (44.14% from 255 or 28% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2570 is #04DA8F. Grayscale: #6D6D6D. Windows color (decimal): -318096 or 7349755. OLE color: 7349755.
HSL color Cylindrical-coordinate representation of color #FB2570: hue angle of 338.97º 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 #FB2570 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 37 | 112 | - |
| CMYK | 0 | 0.85 | 0.55 | 0.02 |
| HSL | 338.97º | 0.96% | 0.56% | - |
| HSV(B) | 338.97º | 0.85% | 0.98% | - |
| XYZ | 43.37 | 23 | 17.48 | - |
| YUV | 109.54 | 129.4 | 228.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 37 | 112 | 0 | 0.85 | 0.55 | 0.02 | 338.97 | 0.96 | 0.56 |
| Hex | FB | 25 | 70 | 0 | 55 | 37 | 2 | 153 | 60 | 38 |
| Octal | 373 | 45 | 160 | 0 | 125 | 67 | 2 | 523 | 140 | 70 |
| Binary | 11111011 | 100101 | 1110000 | 0 | 1010101 | 110111 | 10 | 101010011 | 1100000 | 111000 |
Color Harmonies of #FB2570
Complementary color
Monochromatic Colors of #FB2570
Black with #FB2570
Text Example
Text Example
White with #FB2570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2570; }
p { color: rgb(251,37,112); }
H1.HeaderClassName
{
color: #FB2570;
}
.AnyTagClassName
{
color: #FB2570;
}
</style>
background-color css
<style>
a { background-color: #FB2570; }
a { background-color: rgb(251,37,112); }
div.DivClassName
{
background-color: #FB2570;
}
.BgClassName
{
background-color: #FB2570;
}
</style>
border-color css
<style>
span { border-color: #FB2570; }
span { border-color: rgb(251,37,112); }
td.TdClassName
{
border-color: #FB2570;
}
.TagClassName
{
border-color: #FB2570;
}
</style>