Shades of Radical Red #FB2F57
Tints of Radical Red #FB2F57
RGB
CMYK
RGB Variations
Color information
#FB2F57 (or 0xFB2F57) is known color: Radical Red. HEX triplet: FB, 2F and 57. RGB value is (251,47,87). Sum of RGB (Red+Green+Blue) = 251+47+87=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 87 (34.38% from 255 or 22.60% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F57 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2F57 is #04D0A8. Grayscale: #707070. Windows color (decimal): -315561 or 5713915. OLE color: 5713915.
HSL color Cylindrical-coordinate representation of color #FB2F57: hue angle of 348.24º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB2F57 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 87 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.02 |
| HSL | 348.24º | 0.96% | 0.58% | - |
| HSV(B) | 348.24º | 0.81% | 0.98% | - |
| XYZ | 42.52 | 23.23 | 11.26 | - |
| YUV | 112.56 | 113.59 | 226.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 87 | 0 | 0.81 | 0.65 | 0.02 | 348.24 | 0.96 | 0.58 |
| Hex | FB | 2F | 57 | 0 | 51 | 41 | 2 | 15C | 60 | 3A |
| Octal | 373 | 57 | 127 | 0 | 121 | 101 | 2 | 534 | 140 | 72 |
| Binary | 11111011 | 101111 | 1010111 | 0 | 1010001 | 1000001 | 10 | 101011100 | 1100000 | 111010 |
Color Harmonies of #FB2F57
Complementary color
Monochromatic Colors of #FB2F57
Black with #FB2F57
Text Example
Text Example
White with #FB2F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F57; }
p { color: rgb(251,47,87); }
H1.HeaderClassName
{
color: #FB2F57;
}
.AnyTagClassName
{
color: #FB2F57;
}
</style>
background-color css
<style>
a { background-color: #FB2F57; }
a { background-color: rgb(251,47,87); }
div.DivClassName
{
background-color: #FB2F57;
}
.BgClassName
{
background-color: #FB2F57;
}
</style>
border-color css
<style>
span { border-color: #FB2F57; }
span { border-color: rgb(251,47,87); }
td.TdClassName
{
border-color: #FB2F57;
}
.TagClassName
{
border-color: #FB2F57;
}
</style>