Shades of Radical Red #FA2E77
Tints of Radical Red #FA2E77
RGB
CMYK
RGB Variations
Color information
#FA2E77 (or 0xFA2E77) is known color: Radical Red. HEX triplet: FA, 2E and 77. RGB value is (250,46,119). Sum of RGB (Red+Green+Blue) = 250+46+119=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 46 (18.36% from 255 or 11.08% from 415); Blue value is 119 (46.88% from 255 or 28.67% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2E77 is #05D188. Grayscale: #737373. Windows color (decimal): -381321 or 7810810. OLE color: 7810810.
HSL color Cylindrical-coordinate representation of color #FA2E77: hue angle of 338.53º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2E77 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 46 | 119 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.02 |
| HSL | 338.53º | 0.95% | 0.58% | - |
| HSV(B) | 338.53º | 0.82% | 0.98% | - |
| XYZ | 43.73 | 23.61 | 19.71 | - |
| YUV | 115.32 | 130.09 | 224.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 46 | 119 | 0 | 0.82 | 0.52 | 0.02 | 338.53 | 0.95 | 0.58 |
| Hex | FA | 2E | 77 | 0 | 52 | 34 | 2 | 153 | 5F | 3A |
| Octal | 372 | 56 | 167 | 0 | 122 | 64 | 2 | 523 | 137 | 72 |
| Binary | 11111010 | 101110 | 1110111 | 0 | 1010010 | 110100 | 10 | 101010011 | 1011111 | 111010 |
Color Harmonies of #FA2E77
Complementary color
Monochromatic Colors of #FA2E77
Black with #FA2E77
Text Example
Text Example
White with #FA2E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2E77; }
p { color: rgb(250,46,119); }
H1.HeaderClassName
{
color: #FA2E77;
}
.AnyTagClassName
{
color: #FA2E77;
}
</style>
background-color css
<style>
a { background-color: #FA2E77; }
a { background-color: rgb(250,46,119); }
div.DivClassName
{
background-color: #FA2E77;
}
.BgClassName
{
background-color: #FA2E77;
}
</style>
border-color css
<style>
span { border-color: #FA2E77; }
span { border-color: rgb(250,46,119); }
td.TdClassName
{
border-color: #FA2E77;
}
.TagClassName
{
border-color: #FA2E77;
}
</style>