Shades of Radical Red #FB515A
Tints of Radical Red #FB515A
RGB
CMYK
RGB Variations
Color information
#FB515A (or 0xFB515A) is known color: Radical Red. HEX triplet: FB, 51 and 5A. RGB value is (251,81,90). Sum of RGB (Red+Green+Blue) = 251+81+90=422 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.48% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 251 - color contains mainly: red. Hex color #FB515A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB515A is #04AEA5. Grayscale: #848484. Windows color (decimal): -306854 or 5919227. OLE color: 5919227.
HSL color Cylindrical-coordinate representation of color #FB515A: hue angle of 356.82º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB515A is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 90 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.02 |
| HSL | 356.82º | 0.96% | 0.65% | - |
| HSV(B) | 356.82º | 0.68% | 0.98% | - |
| XYZ | 44.57 | 27.13 | 12.56 | - |
| YUV | 132.86 | 103.82 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 90 | 0 | 0.68 | 0.64 | 0.02 | 356.82 | 0.96 | 0.65 |
| Hex | FB | 51 | 5A | 0 | 44 | 40 | 2 | 165 | 60 | 41 |
| Octal | 373 | 121 | 132 | 0 | 104 | 100 | 2 | 545 | 140 | 101 |
| Binary | 11111011 | 1010001 | 1011010 | 0 | 1000100 | 1000000 | 10 | 101100101 | 1100000 | 1000001 |
Color Harmonies of #FB515A
Complementary color
Monochromatic Colors of #FB515A
Black with #FB515A
Text Example
Text Example
White with #FB515A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB515A; }
p { color: rgb(251,81,90); }
H1.HeaderClassName
{
color: #FB515A;
}
.AnyTagClassName
{
color: #FB515A;
}
</style>
background-color css
<style>
a { background-color: #FB515A; }
a { background-color: rgb(251,81,90); }
div.DivClassName
{
background-color: #FB515A;
}
.BgClassName
{
background-color: #FB515A;
}
</style>
border-color css
<style>
span { border-color: #FB515A; }
span { border-color: rgb(251,81,90); }
td.TdClassName
{
border-color: #FB515A;
}
.TagClassName
{
border-color: #FB515A;
}
</style>