Shades of Radical Red #FB4256
Tints of Radical Red #FB4256
RGB
CMYK
RGB Variations
Color information
#FB4256 (or 0xFB4256) is known color: Radical Red. HEX triplet: FB, 42 and 56. RGB value is (251,66,86). Sum of RGB (Red+Green+Blue) = 251+66+86=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 66 (26.17% from 255 or 16.38% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4256 is #04BDA9. Grayscale: #7B7B7B. Windows color (decimal): -310698 or 5653243. OLE color: 5653243.
HSL color Cylindrical-coordinate representation of color #FB4256: hue angle of 353.51º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB4256 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 86 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.02 |
| HSL | 353.51º | 0.96% | 0.62% | - |
| HSV(B) | 353.51º | 0.74% | 0.98% | - |
| XYZ | 43.41 | 25.08 | 11.36 | - |
| YUV | 123.6 | 106.79 | 218.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 86 | 0 | 0.74 | 0.66 | 0.02 | 353.51 | 0.96 | 0.62 |
| Hex | FB | 42 | 56 | 0 | 4A | 42 | 2 | 162 | 60 | 3E |
| Octal | 373 | 102 | 126 | 0 | 112 | 102 | 2 | 542 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1010110 | 0 | 1001010 | 1000010 | 10 | 101100010 | 1100000 | 111110 |
Color Harmonies of #FB4256
Complementary color
Monochromatic Colors of #FB4256
Black with #FB4256
Text Example
Text Example
White with #FB4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4256; }
p { color: rgb(251,66,86); }
H1.HeaderClassName
{
color: #FB4256;
}
.AnyTagClassName
{
color: #FB4256;
}
</style>
background-color css
<style>
a { background-color: #FB4256; }
a { background-color: rgb(251,66,86); }
div.DivClassName
{
background-color: #FB4256;
}
.BgClassName
{
background-color: #FB4256;
}
</style>
border-color css
<style>
span { border-color: #FB4256; }
span { border-color: rgb(251,66,86); }
td.TdClassName
{
border-color: #FB4256;
}
.TagClassName
{
border-color: #FB4256;
}
</style>