Shades of Radical Red #FA206E
Tints of Radical Red #FA206E
RGB
CMYK
RGB Variations
Color information
#FA206E (or 0xFA206E) is known color: Radical Red. HEX triplet: FA, 20 and 6E. RGB value is (250,32,110). Sum of RGB (Red+Green+Blue) = 250+32+110=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA206E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA206E is #05DF91. Grayscale: #696969. Windows color (decimal): -384914 or 7217402. OLE color: 7217402.
HSL color Cylindrical-coordinate representation of color #FA206E: hue angle of 338.53º 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 #FA206E is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 32 | 110 | - |
| CMYK | 0 | 0.87 | 0.56 | 0.02 |
| HSL | 338.53º | 0.96% | 0.55% | - |
| HSV(B) | 338.53º | 0.87% | 0.98% | - |
| XYZ | 42.76 | 22.48 | 16.84 | - |
| YUV | 106.07 | 130.22 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 32 | 110 | 0 | 0.87 | 0.56 | 0.02 | 338.53 | 0.96 | 0.55 |
| Hex | FA | 20 | 6E | 0 | 57 | 38 | 2 | 153 | 60 | 37 |
| Octal | 372 | 40 | 156 | 0 | 127 | 70 | 2 | 523 | 140 | 67 |
| Binary | 11111010 | 100000 | 1101110 | 0 | 1010111 | 111000 | 10 | 101010011 | 1100000 | 110111 |
Color Harmonies of #FA206E
Complementary color
Monochromatic Colors of #FA206E
Black with #FA206E
Text Example
Text Example
White with #FA206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA206E; }
p { color: rgb(250,32,110); }
H1.HeaderClassName
{
color: #FA206E;
}
.AnyTagClassName
{
color: #FA206E;
}
</style>
background-color css
<style>
a { background-color: #FA206E; }
a { background-color: rgb(250,32,110); }
div.DivClassName
{
background-color: #FA206E;
}
.BgClassName
{
background-color: #FA206E;
}
</style>
border-color css
<style>
span { border-color: #FA206E; }
span { border-color: rgb(250,32,110); }
td.TdClassName
{
border-color: #FA206E;
}
.TagClassName
{
border-color: #FA206E;
}
</style>