Shades of Radical Red #FA2B5C
Tints of Radical Red #FA2B5C
RGB
CMYK
RGB Variations
Color information
#FA2B5C (or 0xFA2B5C) is known color: Radical Red. HEX triplet: FA, 2B and 5C. RGB value is (250,43,92). Sum of RGB (Red+Green+Blue) = 250+43+92=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 43 (17.19% from 255 or 11.17% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2B5C is #05D4A3. Grayscale: #6E6E6E. Windows color (decimal): -382116 or 6040570. OLE color: 6040570.
HSL color Cylindrical-coordinate representation of color #FA2B5C: hue angle of 345.8º 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 #FA2B5C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 43 | 92 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.02 |
| HSL | 345.8º | 0.95% | 0.57% | - |
| HSV(B) | 345.8º | 0.83% | 0.98% | - |
| XYZ | 42.22 | 22.82 | 12.31 | - |
| YUV | 110.48 | 117.58 | 227.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 43 | 92 | 0 | 0.83 | 0.63 | 0.02 | 345.8 | 0.95 | 0.57 |
| Hex | FA | 2B | 5C | 0 | 53 | 3F | 2 | 15A | 5F | 39 |
| Octal | 372 | 53 | 134 | 0 | 123 | 77 | 2 | 532 | 137 | 71 |
| Binary | 11111010 | 101011 | 1011100 | 0 | 1010011 | 111111 | 10 | 101011010 | 1011111 | 111001 |
Color Harmonies of #FA2B5C
Complementary color
Monochromatic Colors of #FA2B5C
Black with #FA2B5C
Text Example
Text Example
White with #FA2B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2B5C; }
p { color: rgb(250,43,92); }
H1.HeaderClassName
{
color: #FA2B5C;
}
.AnyTagClassName
{
color: #FA2B5C;
}
</style>
background-color css
<style>
a { background-color: #FA2B5C; }
a { background-color: rgb(250,43,92); }
div.DivClassName
{
background-color: #FA2B5C;
}
.BgClassName
{
background-color: #FA2B5C;
}
</style>
border-color css
<style>
span { border-color: #FA2B5C; }
span { border-color: rgb(250,43,92); }
td.TdClassName
{
border-color: #FA2B5C;
}
.TagClassName
{
border-color: #FA2B5C;
}
</style>