Shades of Radical Red #FA2764
Tints of Radical Red #FA2764
RGB
CMYK
RGB Variations
Color information
#FA2764 (or 0xFA2764) is known color: Radical Red. HEX triplet: FA, 27 and 64. RGB value is (250,39,100). Sum of RGB (Red+Green+Blue) = 250+39+100=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 39 (15.62% from 255 or 10.03% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2764 is #05D89B. Grayscale: #6D6D6D. Windows color (decimal): -383132 or 6563834. OLE color: 6563834.
HSL color Cylindrical-coordinate representation of color #FA2764: hue angle of 342.65º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2764 is Cyan = 0, Magento = 0.84, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 100 | - |
| CMYK | 0 | 0.84 | 0.6 | 0.02 |
| HSL | 342.65º | 0.95% | 0.57% | - |
| HSV(B) | 342.65º | 0.84% | 0.98% | - |
| XYZ | 42.45 | 22.7 | 14.2 | - |
| YUV | 109.04 | 122.9 | 228.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 100 | 0 | 0.84 | 0.6 | 0.02 | 342.65 | 0.95 | 0.57 |
| Hex | FA | 27 | 64 | 0 | 54 | 3C | 2 | 157 | 5F | 39 |
| Octal | 372 | 47 | 144 | 0 | 124 | 74 | 2 | 527 | 137 | 71 |
| Binary | 11111010 | 100111 | 1100100 | 0 | 1010100 | 111100 | 10 | 101010111 | 1011111 | 111001 |
Color Harmonies of #FA2764
Complementary color
Monochromatic Colors of #FA2764
Black with #FA2764
Text Example
Text Example
White with #FA2764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2764; }
p { color: rgb(250,39,100); }
H1.HeaderClassName
{
color: #FA2764;
}
.AnyTagClassName
{
color: #FA2764;
}
</style>
background-color css
<style>
a { background-color: #FA2764; }
a { background-color: rgb(250,39,100); }
div.DivClassName
{
background-color: #FA2764;
}
.BgClassName
{
background-color: #FA2764;
}
</style>
border-color css
<style>
span { border-color: #FA2764; }
span { border-color: rgb(250,39,100); }
td.TdClassName
{
border-color: #FA2764;
}
.TagClassName
{
border-color: #FA2764;
}
</style>