Shades of Radical Red #FB2A5E
Tints of Radical Red #FB2A5E
RGB
CMYK
RGB Variations
Color information
#FB2A5E (or 0xFB2A5E) is known color: Radical Red. HEX triplet: FB, 2A and 5E. RGB value is (251,42,94). Sum of RGB (Red+Green+Blue) = 251+42+94=387 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.86% from 387); Green value is 42 (16.80% from 255 or 10.85% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2A5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2A5E is #04D5A1. Grayscale: #6E6E6E. Windows color (decimal): -316834 or 6171387. OLE color: 6171387.
HSL color Cylindrical-coordinate representation of color #FB2A5E: hue angle of 345.07º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB2A5E is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 42 | 94 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.02 |
| HSL | 345.07º | 0.96% | 0.57% | - |
| HSV(B) | 345.07º | 0.83% | 0.98% | - |
| XYZ | 42.63 | 22.97 | 12.78 | - |
| YUV | 110.42 | 118.74 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 42 | 94 | 0 | 0.83 | 0.63 | 0.02 | 345.07 | 0.96 | 0.57 |
| Hex | FB | 2A | 5E | 0 | 53 | 3F | 2 | 159 | 60 | 39 |
| Octal | 373 | 52 | 136 | 0 | 123 | 77 | 2 | 531 | 140 | 71 |
| Binary | 11111011 | 101010 | 1011110 | 0 | 1010011 | 111111 | 10 | 101011001 | 1100000 | 111001 |
Color Harmonies of #FB2A5E
Complementary color
Monochromatic Colors of #FB2A5E
Black with #FB2A5E
Text Example
Text Example
White with #FB2A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2A5E; }
p { color: rgb(251,42,94); }
H1.HeaderClassName
{
color: #FB2A5E;
}
.AnyTagClassName
{
color: #FB2A5E;
}
</style>
background-color css
<style>
a { background-color: #FB2A5E; }
a { background-color: rgb(251,42,94); }
div.DivClassName
{
background-color: #FB2A5E;
}
.BgClassName
{
background-color: #FB2A5E;
}
</style>
border-color css
<style>
span { border-color: #FB2A5E; }
span { border-color: rgb(251,42,94); }
td.TdClassName
{
border-color: #FB2A5E;
}
.TagClassName
{
border-color: #FB2A5E;
}
</style>