Shades of Radical Red #FA2677
Tints of Radical Red #FA2677
RGB
CMYK
RGB Variations
Color information
#FA2677 (or 0xFA2677) is known color: Radical Red. HEX triplet: FA, 26 and 77. RGB value is (250,38,119). Sum of RGB (Red+Green+Blue) = 250+38+119=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2677 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2677 is #05D988. Grayscale: #6E6E6E. Windows color (decimal): -383369 or 7808762. OLE color: 7808762.
HSL color Cylindrical-coordinate representation of color #FA2677: hue angle of 337.08º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2677 is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 119 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.02 |
| HSL | 337.08º | 0.95% | 0.56% | - |
| HSV(B) | 337.08º | 0.85% | 0.98% | - |
| XYZ | 43.45 | 23.04 | 19.61 | - |
| YUV | 110.62 | 132.74 | 227.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 119 | 0 | 0.85 | 0.52 | 0.02 | 337.08 | 0.95 | 0.56 |
| Hex | FA | 26 | 77 | 0 | 55 | 34 | 2 | 151 | 5F | 38 |
| Octal | 372 | 46 | 167 | 0 | 125 | 64 | 2 | 521 | 137 | 70 |
| Binary | 11111010 | 100110 | 1110111 | 0 | 1010101 | 110100 | 10 | 101010001 | 1011111 | 111000 |
Color Harmonies of #FA2677
Complementary color
Monochromatic Colors of #FA2677
Black with #FA2677
Text Example
Text Example
White with #FA2677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2677; }
p { color: rgb(250,38,119); }
H1.HeaderClassName
{
color: #FA2677;
}
.AnyTagClassName
{
color: #FA2677;
}
</style>
background-color css
<style>
a { background-color: #FA2677; }
a { background-color: rgb(250,38,119); }
div.DivClassName
{
background-color: #FA2677;
}
.BgClassName
{
background-color: #FA2677;
}
</style>
border-color css
<style>
span { border-color: #FA2677; }
span { border-color: rgb(250,38,119); }
td.TdClassName
{
border-color: #FA2677;
}
.TagClassName
{
border-color: #FA2677;
}
</style>