Shades of Radical Red #FB505D
Tints of Radical Red #FB505D
RGB
CMYK
RGB Variations
Color information
#FB505D (or 0xFB505D) is known color: Radical Red. HEX triplet: FB, 50 and 5D. RGB value is (251,80,93). Sum of RGB (Red+Green+Blue) = 251+80+93=424 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.20% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 93 (36.72% from 255 or 21.93% from 424); Max value from RGB is 251 - color contains mainly: red. Hex color #FB505D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB505D is #04AFA2. Grayscale: #848484. Windows color (decimal): -307107 or 6115579. OLE color: 6115579.
HSL color Cylindrical-coordinate representation of color #FB505D: hue angle of 355.44º 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 #FB505D is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 93 | - |
| CMYK | 0 | 0.68 | 0.63 | 0.02 |
| HSL | 355.44º | 0.96% | 0.65% | - |
| HSV(B) | 355.44º | 0.68% | 0.98% | - |
| XYZ | 44.63 | 27.04 | 13.22 | - |
| YUV | 132.61 | 105.65 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 93 | 0 | 0.68 | 0.63 | 0.02 | 355.44 | 0.96 | 0.65 |
| Hex | FB | 50 | 5D | 0 | 44 | 3F | 2 | 163 | 60 | 41 |
| Octal | 373 | 120 | 135 | 0 | 104 | 77 | 2 | 543 | 140 | 101 |
| Binary | 11111011 | 1010000 | 1011101 | 0 | 1000100 | 111111 | 10 | 101100011 | 1100000 | 1000001 |
Color Harmonies of #FB505D
Complementary color
Monochromatic Colors of #FB505D
Black with #FB505D
Text Example
Text Example
White with #FB505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB505D; }
p { color: rgb(251,80,93); }
H1.HeaderClassName
{
color: #FB505D;
}
.AnyTagClassName
{
color: #FB505D;
}
</style>
background-color css
<style>
a { background-color: #FB505D; }
a { background-color: rgb(251,80,93); }
div.DivClassName
{
background-color: #FB505D;
}
.BgClassName
{
background-color: #FB505D;
}
</style>
border-color css
<style>
span { border-color: #FB505D; }
span { border-color: rgb(251,80,93); }
td.TdClassName
{
border-color: #FB505D;
}
.TagClassName
{
border-color: #FB505D;
}
</style>