Shades of Radical Red #FB4160
Tints of Radical Red #FB4160
RGB
CMYK
RGB Variations
Color information
#FB4160 (or 0xFB4160) is known color: Radical Red. HEX triplet: FB, 41 and 60. RGB value is (251,65,96). Sum of RGB (Red+Green+Blue) = 251+65+96=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 96 (37.89% from 255 or 23.30% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4160 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4160 is #04BE9F. Grayscale: #7C7C7C. Windows color (decimal): -310944 or 6308347. OLE color: 6308347.
HSL color Cylindrical-coordinate representation of color #FB4160: hue angle of 350º 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 #FB4160 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 65 | 96 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.02 |
| HSL | 350º | 0.96% | 0.62% | - |
| HSV(B) | 350º | 0.74% | 0.98% | - |
| XYZ | 43.79 | 25.13 | 13.61 | - |
| YUV | 124.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 65 | 96 | 0 | 0.74 | 0.62 | 0.02 | 350 | 0.96 | 0.62 |
| Hex | FB | 41 | 60 | 0 | 4A | 3E | 2 | 15E | 60 | 3E |
| Octal | 373 | 101 | 140 | 0 | 112 | 76 | 2 | 536 | 140 | 76 |
| Binary | 11111011 | 1000001 | 1100000 | 0 | 1001010 | 111110 | 10 | 101011110 | 1100000 | 111110 |
Color Harmonies of #FB4160
Complementary color
Monochromatic Colors of #FB4160
Black with #FB4160
Text Example
Text Example
White with #FB4160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4160; }
p { color: rgb(251,65,96); }
H1.HeaderClassName
{
color: #FB4160;
}
.AnyTagClassName
{
color: #FB4160;
}
</style>
background-color css
<style>
a { background-color: #FB4160; }
a { background-color: rgb(251,65,96); }
div.DivClassName
{
background-color: #FB4160;
}
.BgClassName
{
background-color: #FB4160;
}
</style>
border-color css
<style>
span { border-color: #FB4160; }
span { border-color: rgb(251,65,96); }
td.TdClassName
{
border-color: #FB4160;
}
.TagClassName
{
border-color: #FB4160;
}
</style>