Shades of Radical Red #FB5256
Tints of Radical Red #FB5256
RGB
CMYK
RGB Variations
Color information
#FB5256 (or 0xFB5256) is known color: Radical Red. HEX triplet: FB, 52 and 56. RGB value is (251,82,86). Sum of RGB (Red+Green+Blue) = 251+82+86=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 86 (33.98% from 255 or 20.53% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5256 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB5256 is #04ADA9. Grayscale: #858585. Windows color (decimal): -306602 or 5657339. OLE color: 5657339.
HSL color Cylindrical-coordinate representation of color #FB5256: hue angle of 358.58º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB5256 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 82 | 86 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.02 |
| HSL | 358.58º | 0.95% | 0.65% | - |
| HSV(B) | 358.58º | 0.67% | 0.98% | - |
| XYZ | 44.48 | 27.22 | 11.71 | - |
| YUV | 132.99 | 101.49 | 212.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 82 | 86 | 0 | 0.67 | 0.66 | 0.02 | 358.58 | 0.95 | 0.65 |
| Hex | FB | 52 | 56 | 0 | 43 | 42 | 2 | 167 | 5F | 41 |
| Octal | 373 | 122 | 126 | 0 | 103 | 102 | 2 | 547 | 137 | 101 |
| Binary | 11111011 | 1010010 | 1010110 | 0 | 1000011 | 1000010 | 10 | 101100111 | 1011111 | 1000001 |
Color Harmonies of #FB5256
Complementary color
Monochromatic Colors of #FB5256
Black with #FB5256
Text Example
Text Example
White with #FB5256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5256; }
p { color: rgb(251,82,86); }
H1.HeaderClassName
{
color: #FB5256;
}
.AnyTagClassName
{
color: #FB5256;
}
</style>
background-color css
<style>
a { background-color: #FB5256; }
a { background-color: rgb(251,82,86); }
div.DivClassName
{
background-color: #FB5256;
}
.BgClassName
{
background-color: #FB5256;
}
</style>
border-color css
<style>
span { border-color: #FB5256; }
span { border-color: rgb(251,82,86); }
td.TdClassName
{
border-color: #FB5256;
}
.TagClassName
{
border-color: #FB5256;
}
</style>