Shades of Radical Red #FA505B
Tints of Radical Red #FA505B
RGB
CMYK
RGB Variations
Color information
#FA505B (or 0xFA505B) is known color: Radical Red. HEX triplet: FA, 50 and 5B. RGB value is (250,80,91). Sum of RGB (Red+Green+Blue) = 250+80+91=421 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.38% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 91 (35.94% from 255 or 21.62% from 421); Max value from RGB is 250 - color contains mainly: red. Hex color #FA505B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA505B is #05AFA4. Grayscale: #848484. Windows color (decimal): -372645 or 5984506. OLE color: 5984506.
HSL color Cylindrical-coordinate representation of color #FA505B: hue angle of 356.12º degrees, saturation: 0.94, 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 #FA505B is Cyan = 0, Magento = 0.68, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 80 | 91 | - |
| CMYK | 0 | 0.68 | 0.64 | 0.02 |
| HSL | 356.12º | 0.94% | 0.65% | - |
| HSV(B) | 356.12º | 0.68% | 0.98% | - |
| XYZ | 44.18 | 26.82 | 12.75 | - |
| YUV | 132.08 | 104.82 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 80 | 91 | 0 | 0.68 | 0.64 | 0.02 | 356.12 | 0.94 | 0.65 |
| Hex | FA | 50 | 5B | 0 | 44 | 40 | 2 | 164 | 5E | 41 |
| Octal | 372 | 120 | 133 | 0 | 104 | 100 | 2 | 544 | 136 | 101 |
| Binary | 11111010 | 1010000 | 1011011 | 0 | 1000100 | 1000000 | 10 | 101100100 | 1011110 | 1000001 |
Color Harmonies of #FA505B
Complementary color
Monochromatic Colors of #FA505B
Black with #FA505B
Text Example
Text Example
White with #FA505B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA505B; }
p { color: rgb(250,80,91); }
H1.HeaderClassName
{
color: #FA505B;
}
.AnyTagClassName
{
color: #FA505B;
}
</style>
background-color css
<style>
a { background-color: #FA505B; }
a { background-color: rgb(250,80,91); }
div.DivClassName
{
background-color: #FA505B;
}
.BgClassName
{
background-color: #FA505B;
}
</style>
border-color css
<style>
span { border-color: #FA505B; }
span { border-color: rgb(250,80,91); }
td.TdClassName
{
border-color: #FA505B;
}
.TagClassName
{
border-color: #FA505B;
}
</style>