Shades of Radical Red #FB2F48
Tints of Radical Red #FB2F48
RGB
CMYK
RGB Variations
Color information
#FB2F48 (or 0xFB2F48) is known color: Radical Red. HEX triplet: FB, 2F and 48. RGB value is (251,47,72). Sum of RGB (Red+Green+Blue) = 251+47+72=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 47 (18.75% from 255 or 12.70% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2F48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2F48 is #04D0B7. Grayscale: #6E6E6E. Windows color (decimal): -315576 or 4730875. OLE color: 4730875.
HSL color Cylindrical-coordinate representation of color #FB2F48: hue angle of 352.65º 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 #FB2F48 is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 47 | 72 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.02 |
| HSL | 352.65º | 0.96% | 0.58% | - |
| HSV(B) | 352.65º | 0.81% | 0.98% | - |
| XYZ | 41.97 | 23.01 | 8.36 | - |
| YUV | 110.85 | 106.09 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 47 | 72 | 0 | 0.81 | 0.71 | 0.02 | 352.65 | 0.96 | 0.58 |
| Hex | FB | 2F | 48 | 0 | 51 | 47 | 2 | 161 | 60 | 3A |
| Octal | 373 | 57 | 110 | 0 | 121 | 107 | 2 | 541 | 140 | 72 |
| Binary | 11111011 | 101111 | 1001000 | 0 | 1010001 | 1000111 | 10 | 101100001 | 1100000 | 111010 |
Color Harmonies of #FB2F48
Complementary color
Monochromatic Colors of #FB2F48
Black with #FB2F48
Text Example
Text Example
White with #FB2F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2F48; }
p { color: rgb(251,47,72); }
H1.HeaderClassName
{
color: #FB2F48;
}
.AnyTagClassName
{
color: #FB2F48;
}
</style>
background-color css
<style>
a { background-color: #FB2F48; }
a { background-color: rgb(251,47,72); }
div.DivClassName
{
background-color: #FB2F48;
}
.BgClassName
{
background-color: #FB2F48;
}
</style>
border-color css
<style>
span { border-color: #FB2F48; }
span { border-color: rgb(251,47,72); }
td.TdClassName
{
border-color: #FB2F48;
}
.TagClassName
{
border-color: #FB2F48;
}
</style>