Shades of Radical Red #FB3454
Tints of Radical Red #FB3454
RGB
CMYK
RGB Variations
Color information
#FB3454 (or 0xFB3454) is known color: Radical Red. HEX triplet: FB, 34 and 54. RGB value is (251,52,84). Sum of RGB (Red+Green+Blue) = 251+52+84=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 84 (33.20% from 255 or 21.71% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3454 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3454 is #04CBAB. Grayscale: #737373. Windows color (decimal): -314284 or 5518587. OLE color: 5518587.
HSL color Cylindrical-coordinate representation of color #FB3454: hue angle of 350.35º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FB3454 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 52 | 84 | - |
| CMYK | 0 | 0.79 | 0.67 | 0.02 |
| HSL | 350.35º | 0.96% | 0.59% | - |
| HSV(B) | 350.35º | 0.79% | 0.98% | - |
| XYZ | 42.61 | 23.61 | 10.7 | - |
| YUV | 115.15 | 110.43 | 224.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 52 | 84 | 0 | 0.79 | 0.67 | 0.02 | 350.35 | 0.96 | 0.59 |
| Hex | FB | 34 | 54 | 0 | 4F | 43 | 2 | 15E | 60 | 3B |
| Octal | 373 | 64 | 124 | 0 | 117 | 103 | 2 | 536 | 140 | 73 |
| Binary | 11111011 | 110100 | 1010100 | 0 | 1001111 | 1000011 | 10 | 101011110 | 1100000 | 111011 |
Color Harmonies of #FB3454
Complementary color
Monochromatic Colors of #FB3454
Black with #FB3454
Text Example
Text Example
White with #FB3454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3454; }
p { color: rgb(251,52,84); }
H1.HeaderClassName
{
color: #FB3454;
}
.AnyTagClassName
{
color: #FB3454;
}
</style>
background-color css
<style>
a { background-color: #FB3454; }
a { background-color: rgb(251,52,84); }
div.DivClassName
{
background-color: #FB3454;
}
.BgClassName
{
background-color: #FB3454;
}
</style>
border-color css
<style>
span { border-color: #FB3454; }
span { border-color: rgb(251,52,84); }
td.TdClassName
{
border-color: #FB3454;
}
.TagClassName
{
border-color: #FB3454;
}
</style>