Shades of Radical Red #FB4251
Tints of Radical Red #FB4251
RGB
CMYK
RGB Variations
Color information
#FB4251 (or 0xFB4251) is known color: Radical Red. HEX triplet: FB, 42 and 51. RGB value is (251,66,81). Sum of RGB (Red+Green+Blue) = 251+66+81=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 81 (32.03% from 255 or 20.35% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4251 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4251 is #04BDAE. Grayscale: #7B7B7B. Windows color (decimal): -310703 or 5325563. OLE color: 5325563.
HSL color Cylindrical-coordinate representation of color #FB4251: hue angle of 355.14º 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 #FB4251 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 66 | 81 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.02 |
| HSL | 355.14º | 0.96% | 0.62% | - |
| HSV(B) | 355.14º | 0.74% | 0.98% | - |
| XYZ | 43.22 | 25 | 10.33 | - |
| YUV | 123.03 | 104.29 | 219.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 66 | 81 | 0 | 0.74 | 0.68 | 0.02 | 355.14 | 0.96 | 0.62 |
| Hex | FB | 42 | 51 | 0 | 4A | 44 | 2 | 163 | 60 | 3E |
| Octal | 373 | 102 | 121 | 0 | 112 | 104 | 2 | 543 | 140 | 76 |
| Binary | 11111011 | 1000010 | 1010001 | 0 | 1001010 | 1000100 | 10 | 101100011 | 1100000 | 111110 |
Color Harmonies of #FB4251
Complementary color
Monochromatic Colors of #FB4251
Black with #FB4251
Text Example
Text Example
White with #FB4251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4251; }
p { color: rgb(251,66,81); }
H1.HeaderClassName
{
color: #FB4251;
}
.AnyTagClassName
{
color: #FB4251;
}
</style>
background-color css
<style>
a { background-color: #FB4251; }
a { background-color: rgb(251,66,81); }
div.DivClassName
{
background-color: #FB4251;
}
.BgClassName
{
background-color: #FB4251;
}
</style>
border-color css
<style>
span { border-color: #FB4251; }
span { border-color: rgb(251,66,81); }
td.TdClassName
{
border-color: #FB4251;
}
.TagClassName
{
border-color: #FB4251;
}
</style>