Shades of Radical Red #FB2853
Tints of Radical Red #FB2853
RGB
CMYK
RGB Variations
Color information
#FB2853 (or 0xFB2853) is known color: Radical Red. HEX triplet: FB, 28 and 53. RGB value is (251,40,83). Sum of RGB (Red+Green+Blue) = 251+40+83=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 83 (32.81% from 255 or 22.19% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2853 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2853 is #04D7AC. Grayscale: #6C6C6C. Windows color (decimal): -317357 or 5449979. OLE color: 5449979.
HSL color Cylindrical-coordinate representation of color #FB2853: hue angle of 347.77º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB2853 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 83 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.02 |
| HSL | 347.77º | 0.96% | 0.57% | - |
| HSV(B) | 347.77º | 0.84% | 0.98% | - |
| XYZ | 42.1 | 22.65 | 10.34 | - |
| YUV | 107.99 | 113.9 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 83 | 0 | 0.84 | 0.67 | 0.02 | 347.77 | 0.96 | 0.57 |
| Hex | FB | 28 | 53 | 0 | 54 | 43 | 2 | 15C | 60 | 39 |
| Octal | 373 | 50 | 123 | 0 | 124 | 103 | 2 | 534 | 140 | 71 |
| Binary | 11111011 | 101000 | 1010011 | 0 | 1010100 | 1000011 | 10 | 101011100 | 1100000 | 111001 |
Color Harmonies of #FB2853
Complementary color
Monochromatic Colors of #FB2853
Black with #FB2853
Text Example
Text Example
White with #FB2853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2853; }
p { color: rgb(251,40,83); }
H1.HeaderClassName
{
color: #FB2853;
}
.AnyTagClassName
{
color: #FB2853;
}
</style>
background-color css
<style>
a { background-color: #FB2853; }
a { background-color: rgb(251,40,83); }
div.DivClassName
{
background-color: #FB2853;
}
.BgClassName
{
background-color: #FB2853;
}
</style>
border-color css
<style>
span { border-color: #FB2853; }
span { border-color: rgb(251,40,83); }
td.TdClassName
{
border-color: #FB2853;
}
.TagClassName
{
border-color: #FB2853;
}
</style>