Shades of Radical Red #FB3F54
Tints of Radical Red #FB3F54
RGB
CMYK
RGB Variations
Color information
#FB3F54 (or 0xFB3F54) is known color: Radical Red. HEX triplet: FB, 3F and 54. RGB value is (251,63,84). Sum of RGB (Red+Green+Blue) = 251+63+84=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3F54 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3F54 is #04C0AB. Grayscale: #797979. Windows color (decimal): -311468 or 5521403. OLE color: 5521403.
HSL color Cylindrical-coordinate representation of color #FB3F54: hue angle of 353.3º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3F54 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 84 | - |
| CMYK | 0 | 0.75 | 0.67 | 0.02 |
| HSL | 353.3º | 0.96% | 0.62% | - |
| HSV(B) | 353.3º | 0.75% | 0.98% | - |
| XYZ | 43.16 | 24.7 | 10.88 | - |
| YUV | 121.61 | 106.78 | 220.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 84 | 0 | 0.75 | 0.67 | 0.02 | 353.3 | 0.96 | 0.62 |
| Hex | FB | 3F | 54 | 0 | 4B | 43 | 2 | 161 | 60 | 3E |
| Octal | 373 | 77 | 124 | 0 | 113 | 103 | 2 | 541 | 140 | 76 |
| Binary | 11111011 | 111111 | 1010100 | 0 | 1001011 | 1000011 | 10 | 101100001 | 1100000 | 111110 |
Color Harmonies of #FB3F54
Complementary color
Monochromatic Colors of #FB3F54
Black with #FB3F54
Text Example
Text Example
White with #FB3F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3F54; }
p { color: rgb(251,63,84); }
H1.HeaderClassName
{
color: #FB3F54;
}
.AnyTagClassName
{
color: #FB3F54;
}
</style>
background-color css
<style>
a { background-color: #FB3F54; }
a { background-color: rgb(251,63,84); }
div.DivClassName
{
background-color: #FB3F54;
}
.BgClassName
{
background-color: #FB3F54;
}
</style>
border-color css
<style>
span { border-color: #FB3F54; }
span { border-color: rgb(251,63,84); }
td.TdClassName
{
border-color: #FB3F54;
}
.TagClassName
{
border-color: #FB3F54;
}
</style>