Shades of Radical Red #FA2673
Tints of Radical Red #FA2673
RGB
CMYK
RGB Variations
Color information
#FA2673 (or 0xFA2673) is known color: Radical Red. HEX triplet: FA, 26 and 73. RGB value is (250,38,115). Sum of RGB (Red+Green+Blue) = 250+38+115=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 38 (15.23% from 255 or 9.43% from 403); Blue value is 115 (45.31% from 255 or 28.54% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2673 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2673 is #05D98C. Grayscale: #6E6E6E. Windows color (decimal): -383373 or 7546618. OLE color: 7546618.
HSL color Cylindrical-coordinate representation of color #FA2673: hue angle of 338.21º 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 #FA2673 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 38 | 115 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.02 |
| HSL | 338.21º | 0.95% | 0.56% | - |
| HSV(B) | 338.21º | 0.85% | 0.98% | - |
| XYZ | 43.21 | 22.95 | 18.37 | - |
| YUV | 110.17 | 130.74 | 227.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 38 | 115 | 0 | 0.85 | 0.54 | 0.02 | 338.21 | 0.95 | 0.56 |
| Hex | FA | 26 | 73 | 0 | 55 | 36 | 2 | 152 | 5F | 38 |
| Octal | 372 | 46 | 163 | 0 | 125 | 66 | 2 | 522 | 137 | 70 |
| Binary | 11111010 | 100110 | 1110011 | 0 | 1010101 | 110110 | 10 | 101010010 | 1011111 | 111000 |
Color Harmonies of #FA2673
Complementary color
Monochromatic Colors of #FA2673
Black with #FA2673
Text Example
Text Example
White with #FA2673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2673; }
p { color: rgb(250,38,115); }
H1.HeaderClassName
{
color: #FA2673;
}
.AnyTagClassName
{
color: #FA2673;
}
</style>
background-color css
<style>
a { background-color: #FA2673; }
a { background-color: rgb(250,38,115); }
div.DivClassName
{
background-color: #FA2673;
}
.BgClassName
{
background-color: #FA2673;
}
</style>
border-color css
<style>
span { border-color: #FA2673; }
span { border-color: rgb(250,38,115); }
td.TdClassName
{
border-color: #FA2673;
}
.TagClassName
{
border-color: #FA2673;
}
</style>