Shades of Radical Red #FB4156
Tints of Radical Red #FB4156
RGB
CMYK
RGB Variations
Color information
#FB4156 (or 0xFB4156) is known color: Radical Red. HEX triplet: FB, 41 and 56. RGB value is (251,65,86). Sum of RGB (Red+Green+Blue) = 251+65+86=402 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.44% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4156 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4156 is #04BEA9. Grayscale: #7B7B7B. Windows color (decimal): -310954 or 5652987. OLE color: 5652987.
HSL color Cylindrical-coordinate representation of color #FB4156: hue angle of 353.23º 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 #FB4156 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 86 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.02 |
| HSL | 353.23º | 0.96% | 0.62% | - |
| HSV(B) | 353.23º | 0.74% | 0.98% | - |
| XYZ | 43.35 | 24.96 | 11.34 | - |
| YUV | 123.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 86 | 0 | 0.74 | 0.66 | 0.02 | 353.23 | 0.96 | 0.62 |
| Hex | FB | 41 | 56 | 0 | 4A | 42 | 2 | 161 | 60 | 3E |
| Octal | 373 | 101 | 126 | 0 | 112 | 102 | 2 | 541 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1010110 | 0 | 1001010 | 1000010 | 10 | 101100001 | 1100000 | 111110 |
Color Harmonies of #FB4156
Complementary color
Monochromatic Colors of #FB4156
Black with #FB4156
Text Example
Text Example
White with #FB4156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4156; }
p { color: rgb(251,65,86); }
H1.HeaderClassName
{
color: #FB4156;
}
.AnyTagClassName
{
color: #FB4156;
}
</style>
background-color css
<style>
a { background-color: #FB4156; }
a { background-color: rgb(251,65,86); }
div.DivClassName
{
background-color: #FB4156;
}
.BgClassName
{
background-color: #FB4156;
}
</style>
border-color css
<style>
span { border-color: #FB4156; }
span { border-color: rgb(251,65,86); }
td.TdClassName
{
border-color: #FB4156;
}
.TagClassName
{
border-color: #FB4156;
}
</style>