Shades of Radical Red #FA2B60
Tints of Radical Red #FA2B60
RGB
CMYK
RGB Variations
Color information
#FA2B60 (or 0xFA2B60) is known color: Radical Red. HEX triplet: FA, 2B and 60. RGB value is (250,43,96). Sum of RGB (Red+Green+Blue) = 250+43+96=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 43 (17.19% from 255 or 11.05% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B60 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B60 is #05D49F. Grayscale: #6E6E6E. Windows color (decimal): -382112 or 6302714. OLE color: 6302714.
HSL color Cylindrical-coordinate representation of color #FA2B60: hue angle of 344.64º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FA2B60 is Cyan = 0, Magento = 0.83, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 96 | - |
| CMYK | 0 | 0.83 | 0.62 | 0.02 |
| HSL | 344.64º | 0.95% | 0.57% | - |
| HSV(B) | 344.64º | 0.83% | 0.98% | - |
| XYZ | 42.4 | 22.9 | 13.25 | - |
| YUV | 110.94 | 119.58 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 96 | 0 | 0.83 | 0.62 | 0.02 | 344.64 | 0.95 | 0.57 |
| Hex | FA | 2B | 60 | 0 | 53 | 3E | 2 | 159 | 5F | 39 |
| Octal | 372 | 53 | 140 | 0 | 123 | 76 | 2 | 531 | 137 | 71 |
| Binary | 11111010 | 101011 | 1100000 | 0 | 1010011 | 111110 | 10 | 101011001 | 1011111 | 111001 |
Color Harmonies of #FA2B60
Complementary color
Monochromatic Colors of #FA2B60
Black with #FA2B60
Text Example
Text Example
White with #FA2B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B60; }
p { color: rgb(250,43,96); }
H1.HeaderClassName
{
color: #FA2B60;
}
.AnyTagClassName
{
color: #FA2B60;
}
</style>
background-color css
<style>
a { background-color: #FA2B60; }
a { background-color: rgb(250,43,96); }
div.DivClassName
{
background-color: #FA2B60;
}
.BgClassName
{
background-color: #FA2B60;
}
</style>
border-color css
<style>
span { border-color: #FA2B60; }
span { border-color: rgb(250,43,96); }
td.TdClassName
{
border-color: #FA2B60;
}
.TagClassName
{
border-color: #FA2B60;
}
</style>