Shades of Radical Red #FB2354
Tints of Radical Red #FB2354
RGB
CMYK
RGB Variations
Color information
#FB2354 (or 0xFB2354) is known color: Radical Red. HEX triplet: FB, 23 and 54. RGB value is (251,35,84). Sum of RGB (Red+Green+Blue) = 251+35+84=370 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.84% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 84 (33.20% from 255 or 22.70% from 370); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2354 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2354 is #04DCAB. Grayscale: #696969. Windows color (decimal): -318636 or 5514235. OLE color: 5514235.
HSL color Cylindrical-coordinate representation of color #FB2354: hue angle of 346.39º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2354 is Cyan = 0, Magento = 0.86, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 84 | - |
| CMYK | 0 | 0.86 | 0.67 | 0.02 |
| HSL | 346.39º | 0.96% | 0.56% | - |
| HSV(B) | 346.39º | 0.86% | 0.98% | - |
| XYZ | 41.98 | 22.35 | 10.49 | - |
| YUV | 105.17 | 116.06 | 232.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 84 | 0 | 0.86 | 0.67 | 0.02 | 346.39 | 0.96 | 0.56 |
| Hex | FB | 23 | 54 | 0 | 56 | 43 | 2 | 15A | 60 | 38 |
| Octal | 373 | 43 | 124 | 0 | 126 | 103 | 2 | 532 | 140 | 70 |
| Binary | 11111011 | 100011 | 1010100 | 0 | 1010110 | 1000011 | 10 | 101011010 | 1100000 | 111000 |
Color Harmonies of #FB2354
Complementary color
Monochromatic Colors of #FB2354
Black with #FB2354
Text Example
Text Example
White with #FB2354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2354; }
p { color: rgb(251,35,84); }
H1.HeaderClassName
{
color: #FB2354;
}
.AnyTagClassName
{
color: #FB2354;
}
</style>
background-color css
<style>
a { background-color: #FB2354; }
a { background-color: rgb(251,35,84); }
div.DivClassName
{
background-color: #FB2354;
}
.BgClassName
{
background-color: #FB2354;
}
</style>
border-color css
<style>
span { border-color: #FB2354; }
span { border-color: rgb(251,35,84); }
td.TdClassName
{
border-color: #FB2354;
}
.TagClassName
{
border-color: #FB2354;
}
</style>