Shades of Radical Red #FA406C
Tints of Radical Red #FA406C
RGB
CMYK
RGB Variations
Color information
#FA406C (or 0xFA406C) is known color: Radical Red. HEX triplet: FA, 40 and 6C. RGB value is (250,64,108). Sum of RGB (Red+Green+Blue) = 250+64+108=422 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.24% from 422); Green value is 64 (25.39% from 255 or 15.17% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 250 - color contains mainly: red. Hex color #FA406C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA406C is #05BF93. Grayscale: #7C7C7C. Windows color (decimal): -376724 or 7094522. OLE color: 7094522.
HSL color Cylindrical-coordinate representation of color #FA406C: hue angle of 345.81º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA406C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 108 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.02 |
| HSL | 345.81º | 0.95% | 0.62% | - |
| HSV(B) | 345.81º | 0.74% | 0.98% | - |
| XYZ | 43.96 | 25.07 | 16.71 | - |
| YUV | 124.63 | 118.62 | 217.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 108 | 0 | 0.74 | 0.57 | 0.02 | 345.81 | 0.95 | 0.62 |
| Hex | FA | 40 | 6C | 0 | 4A | 39 | 2 | 15A | 5F | 3E |
| Octal | 372 | 100 | 154 | 0 | 112 | 71 | 2 | 532 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1101100 | 0 | 1001010 | 111001 | 10 | 101011010 | 1011111 | 111110 |
Color Harmonies of #FA406C
Complementary color
Monochromatic Colors of #FA406C
Black with #FA406C
Text Example
Text Example
White with #FA406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA406C; }
p { color: rgb(250,64,108); }
H1.HeaderClassName
{
color: #FA406C;
}
.AnyTagClassName
{
color: #FA406C;
}
</style>
background-color css
<style>
a { background-color: #FA406C; }
a { background-color: rgb(250,64,108); }
div.DivClassName
{
background-color: #FA406C;
}
.BgClassName
{
background-color: #FA406C;
}
</style>
border-color css
<style>
span { border-color: #FA406C; }
span { border-color: rgb(250,64,108); }
td.TdClassName
{
border-color: #FA406C;
}
.TagClassName
{
border-color: #FA406C;
}
</style>