Shades of Radical Red #FA2674
Tints of Radical Red #FA2674
RGB
CMYK
RGB Variations
Color information
#FA2674 (or 0xFA2674) is known color: Radical Red. HEX triplet: FA, 26 and 74. RGB value is (250,38,116). Sum of RGB (Red+Green+Blue) = 250+38+116=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 38 (15.23% from 255 or 9.41% from 404); Blue value is 116 (45.70% from 255 or 28.71% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2674 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2674 is #05D98B. Grayscale: #6E6E6E. Windows color (decimal): -383372 or 7612154. OLE color: 7612154.
HSL color Cylindrical-coordinate representation of color #FA2674: hue angle of 337.92º 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 #FA2674 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 116 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.02 |
| HSL | 337.92º | 0.95% | 0.56% | - |
| HSV(B) | 337.92º | 0.85% | 0.98% | - |
| XYZ | 43.27 | 22.97 | 18.68 | - |
| YUV | 110.28 | 131.24 | 227.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 116 | 0 | 0.85 | 0.54 | 0.02 | 337.92 | 0.95 | 0.56 |
| Hex | FA | 26 | 74 | 0 | 55 | 36 | 2 | 152 | 5F | 38 |
| Octal | 372 | 46 | 164 | 0 | 125 | 66 | 2 | 522 | 137 | 70 |
| Binary | 11111010 | 100110 | 1110100 | 0 | 1010101 | 110110 | 10 | 101010010 | 1011111 | 111000 |
Color Harmonies of #FA2674
Complementary color
Monochromatic Colors of #FA2674
Black with #FA2674
Text Example
Text Example
White with #FA2674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2674; }
p { color: rgb(250,38,116); }
H1.HeaderClassName
{
color: #FA2674;
}
.AnyTagClassName
{
color: #FA2674;
}
</style>
background-color css
<style>
a { background-color: #FA2674; }
a { background-color: rgb(250,38,116); }
div.DivClassName
{
background-color: #FA2674;
}
.BgClassName
{
background-color: #FA2674;
}
</style>
border-color css
<style>
span { border-color: #FA2674; }
span { border-color: rgb(250,38,116); }
td.TdClassName
{
border-color: #FA2674;
}
.TagClassName
{
border-color: #FA2674;
}
</style>