Shades of Radical Red #FB2D5A
Tints of Radical Red #FB2D5A
RGB
CMYK
RGB Variations
Color information
#FB2D5A (or 0xFB2D5A) is known color: Radical Red. HEX triplet: FB, 2D and 5A. RGB value is (251,45,90). Sum of RGB (Red+Green+Blue) = 251+45+90=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB2D5A is #04D2A5. Grayscale: #6F6F6F. Windows color (decimal): -316070 or 5910011. OLE color: 5910011.
HSL color Cylindrical-coordinate representation of color #FB2D5A: hue angle of 346.89º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB2D5A is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 45 | 90 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.02 |
| HSL | 346.89º | 0.96% | 0.58% | - |
| HSV(B) | 346.89º | 0.82% | 0.98% | - |
| XYZ | 42.57 | 23.12 | 11.89 | - |
| YUV | 111.72 | 115.75 | 227.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 45 | 90 | 0 | 0.82 | 0.64 | 0.02 | 346.89 | 0.96 | 0.58 |
| Hex | FB | 2D | 5A | 0 | 52 | 40 | 2 | 15B | 60 | 3A |
| Octal | 373 | 55 | 132 | 0 | 122 | 100 | 2 | 533 | 140 | 72 |
| Binary | 11111011 | 101101 | 1011010 | 0 | 1010010 | 1000000 | 10 | 101011011 | 1100000 | 111010 |
Color Harmonies of #FB2D5A
Complementary color
Monochromatic Colors of #FB2D5A
Black with #FB2D5A
Text Example
Text Example
White with #FB2D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2D5A; }
p { color: rgb(251,45,90); }
H1.HeaderClassName
{
color: #FB2D5A;
}
.AnyTagClassName
{
color: #FB2D5A;
}
</style>
background-color css
<style>
a { background-color: #FB2D5A; }
a { background-color: rgb(251,45,90); }
div.DivClassName
{
background-color: #FB2D5A;
}
.BgClassName
{
background-color: #FB2D5A;
}
</style>
border-color css
<style>
span { border-color: #FB2D5A; }
span { border-color: rgb(251,45,90); }
td.TdClassName
{
border-color: #FB2D5A;
}
.TagClassName
{
border-color: #FB2D5A;
}
</style>