Shades of Radical Red #FB4752
Tints of Radical Red #FB4752
RGB
CMYK
RGB Variations
Color information
#FB4752 (or 0xFB4752) is known color: Radical Red. HEX triplet: FB, 47 and 52. RGB value is (251,71,82). Sum of RGB (Red+Green+Blue) = 251+71+82=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 82 (32.42% from 255 or 20.30% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB4752 is #04B8AD. Grayscale: #7E7E7E. Windows color (decimal): -309422 or 5392379. OLE color: 5392379.
HSL color Cylindrical-coordinate representation of color #FB4752: hue angle of 356.33º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FB4752 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 71 | 82 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.02 |
| HSL | 356.33º | 0.96% | 0.63% | - |
| HSV(B) | 356.33º | 0.72% | 0.98% | - |
| XYZ | 43.56 | 25.62 | 10.63 | - |
| YUV | 126.07 | 103.13 | 217.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 71 | 82 | 0 | 0.72 | 0.67 | 0.02 | 356.33 | 0.96 | 0.63 |
| Hex | FB | 47 | 52 | 0 | 48 | 43 | 2 | 164 | 60 | 3F |
| Octal | 373 | 107 | 122 | 0 | 110 | 103 | 2 | 544 | 140 | 77 |
| Binary | 11111011 | 1000111 | 1010010 | 0 | 1001000 | 1000011 | 10 | 101100100 | 1100000 | 111111 |
Color Harmonies of #FB4752
Complementary color
Monochromatic Colors of #FB4752
Black with #FB4752
Text Example
Text Example
White with #FB4752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB4752; }
p { color: rgb(251,71,82); }
H1.HeaderClassName
{
color: #FB4752;
}
.AnyTagClassName
{
color: #FB4752;
}
</style>
background-color css
<style>
a { background-color: #FB4752; }
a { background-color: rgb(251,71,82); }
div.DivClassName
{
background-color: #FB4752;
}
.BgClassName
{
background-color: #FB4752;
}
</style>
border-color css
<style>
span { border-color: #FB4752; }
span { border-color: rgb(251,71,82); }
td.TdClassName
{
border-color: #FB4752;
}
.TagClassName
{
border-color: #FB4752;
}
</style>