Shades of Radical Red #FA2069
Tints of Radical Red #FA2069
RGB
CMYK
RGB Variations
Color information
#FA2069 (or 0xFA2069) is known color: Radical Red. HEX triplet: FA, 20 and 69. RGB value is (250,32,105). Sum of RGB (Red+Green+Blue) = 250+32+105=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2069 is #05DF96. Grayscale: #696969. Windows color (decimal): -384919 or 6889722. OLE color: 6889722.
HSL color Cylindrical-coordinate representation of color #FA2069: hue angle of 339.91º 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 #FA2069 is Cyan = 0, Magento = 0.87, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 105 | - |
| CMYK | 0 | 0.87 | 0.58 | 0.02 |
| HSL | 339.91º | 0.96% | 0.55% | - |
| HSV(B) | 339.91º | 0.87% | 0.98% | - |
| XYZ | 42.49 | 22.38 | 15.44 | - |
| YUV | 105.5 | 127.72 | 231.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 105 | 0 | 0.87 | 0.58 | 0.02 | 339.91 | 0.96 | 0.55 |
| Hex | FA | 20 | 69 | 0 | 57 | 3A | 2 | 154 | 60 | 37 |
| Octal | 372 | 40 | 151 | 0 | 127 | 72 | 2 | 524 | 140 | 67 |
| Binary | 11111010 | 100000 | 1101001 | 0 | 1010111 | 111010 | 10 | 101010100 | 1100000 | 110111 |
Color Harmonies of #FA2069
Complementary color
Monochromatic Colors of #FA2069
Black with #FA2069
Text Example
Text Example
White with #FA2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2069; }
p { color: rgb(250,32,105); }
H1.HeaderClassName
{
color: #FA2069;
}
.AnyTagClassName
{
color: #FA2069;
}
</style>
background-color css
<style>
a { background-color: #FA2069; }
a { background-color: rgb(250,32,105); }
div.DivClassName
{
background-color: #FA2069;
}
.BgClassName
{
background-color: #FA2069;
}
</style>
border-color css
<style>
span { border-color: #FA2069; }
span { border-color: rgb(250,32,105); }
td.TdClassName
{
border-color: #FA2069;
}
.TagClassName
{
border-color: #FA2069;
}
</style>