Shades of Radical Red #FA2064
Tints of Radical Red #FA2064
RGB
CMYK
RGB Variations
Color information
#FA2064 (or 0xFA2064) is known color: Radical Red. HEX triplet: FA, 20 and 64. RGB value is (250,32,100). Sum of RGB (Red+Green+Blue) = 250+32+100=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2064 is #05DF9B. Grayscale: #686868. Windows color (decimal): -384924 or 6562042. OLE color: 6562042.
HSL color Cylindrical-coordinate representation of color #FA2064: hue angle of 341.28º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA2064 is Cyan = 0, Magento = 0.87, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 100 | - |
| CMYK | 0 | 0.87 | 0.6 | 0.02 |
| HSL | 341.28º | 0.96% | 0.55% | - |
| HSV(B) | 341.28º | 0.87% | 0.98% | - |
| XYZ | 42.24 | 22.28 | 14.13 | - |
| YUV | 104.93 | 125.22 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 100 | 0 | 0.87 | 0.6 | 0.02 | 341.28 | 0.96 | 0.55 |
| Hex | FA | 20 | 64 | 0 | 57 | 3C | 2 | 155 | 60 | 37 |
| Octal | 372 | 40 | 144 | 0 | 127 | 74 | 2 | 525 | 140 | 67 |
| Binary | 11111010 | 100000 | 1100100 | 0 | 1010111 | 111100 | 10 | 101010101 | 1100000 | 110111 |
Color Harmonies of #FA2064
Complementary color
Monochromatic Colors of #FA2064
Black with #FA2064
Text Example
Text Example
White with #FA2064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2064; }
p { color: rgb(250,32,100); }
H1.HeaderClassName
{
color: #FA2064;
}
.AnyTagClassName
{
color: #FA2064;
}
</style>
background-color css
<style>
a { background-color: #FA2064; }
a { background-color: rgb(250,32,100); }
div.DivClassName
{
background-color: #FA2064;
}
.BgClassName
{
background-color: #FA2064;
}
</style>
border-color css
<style>
span { border-color: #FA2064; }
span { border-color: rgb(250,32,100); }
td.TdClassName
{
border-color: #FA2064;
}
.TagClassName
{
border-color: #FA2064;
}
</style>