Shades of Radical Red #FB285A
Tints of Radical Red #FB285A
RGB
CMYK
RGB Variations
Color information
#FB285A (or 0xFB285A) is known color: Radical Red. HEX triplet: FB, 28 and 5A. RGB value is (251,40,90). Sum of RGB (Red+Green+Blue) = 251+40+90=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 90 (35.55% from 255 or 23.62% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB285A is #04D7A5. Grayscale: #6C6C6C. Windows color (decimal): -317350 or 5908731. OLE color: 5908731.
HSL color Cylindrical-coordinate representation of color #FB285A: hue angle of 345.78º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB285A is Cyan = 0, Magento = 0.84, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 40 | 90 | - |
| CMYK | 0 | 0.84 | 0.64 | 0.02 |
| HSL | 345.78º | 0.96% | 0.57% | - |
| HSV(B) | 345.78º | 0.84% | 0.98% | - |
| XYZ | 42.39 | 22.77 | 11.83 | - |
| YUV | 108.79 | 117.4 | 229.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 40 | 90 | 0 | 0.84 | 0.64 | 0.02 | 345.78 | 0.96 | 0.57 |
| Hex | FB | 28 | 5A | 0 | 54 | 40 | 2 | 15A | 60 | 39 |
| Octal | 373 | 50 | 132 | 0 | 124 | 100 | 2 | 532 | 140 | 71 |
| Binary | 11111011 | 101000 | 1011010 | 0 | 1010100 | 1000000 | 10 | 101011010 | 1100000 | 111001 |
Color Harmonies of #FB285A
Complementary color
Monochromatic Colors of #FB285A
Black with #FB285A
Text Example
Text Example
White with #FB285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB285A; }
p { color: rgb(251,40,90); }
H1.HeaderClassName
{
color: #FB285A;
}
.AnyTagClassName
{
color: #FB285A;
}
</style>
background-color css
<style>
a { background-color: #FB285A; }
a { background-color: rgb(251,40,90); }
div.DivClassName
{
background-color: #FB285A;
}
.BgClassName
{
background-color: #FB285A;
}
</style>
border-color css
<style>
span { border-color: #FB285A; }
span { border-color: rgb(251,40,90); }
td.TdClassName
{
border-color: #FB285A;
}
.TagClassName
{
border-color: #FB285A;
}
</style>