Shades of Radical Red #FA415D
Tints of Radical Red #FA415D
RGB
CMYK
RGB Variations
Color information
#FA415D (or 0xFA415D) is known color: Radical Red. HEX triplet: FA, 41 and 5D. RGB value is (250,65,93). Sum of RGB (Red+Green+Blue) = 250+65+93=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 93 (36.72% from 255 or 22.79% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA415D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA415D is #05BEA2. Grayscale: #7B7B7B. Windows color (decimal): -376483 or 6111738. OLE color: 6111738.
HSL color Cylindrical-coordinate representation of color #FA415D: hue angle of 350.92º 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 #FA415D is Cyan = 0, Magento = 0.74, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 65 | 93 | - |
| CMYK | 0 | 0.74 | 0.63 | 0.02 |
| HSL | 350.92º | 0.95% | 0.62% | - |
| HSV(B) | 350.92º | 0.74% | 0.98% | - |
| XYZ | 43.29 | 24.89 | 12.88 | - |
| YUV | 123.51 | 110.79 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 65 | 93 | 0 | 0.74 | 0.63 | 0.02 | 350.92 | 0.95 | 0.62 |
| Hex | FA | 41 | 5D | 0 | 4A | 3F | 2 | 15F | 5F | 3E |
| Octal | 372 | 101 | 135 | 0 | 112 | 77 | 2 | 537 | 137 | 76 |
| Binary | 11111010 | 1000001 | 1011101 | 0 | 1001010 | 111111 | 10 | 101011111 | 1011111 | 111110 |
Color Harmonies of #FA415D
Complementary color
Monochromatic Colors of #FA415D
Black with #FA415D
Text Example
Text Example
White with #FA415D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA415D; }
p { color: rgb(250,65,93); }
H1.HeaderClassName
{
color: #FA415D;
}
.AnyTagClassName
{
color: #FA415D;
}
</style>
background-color css
<style>
a { background-color: #FA415D; }
a { background-color: rgb(250,65,93); }
div.DivClassName
{
background-color: #FA415D;
}
.BgClassName
{
background-color: #FA415D;
}
</style>
border-color css
<style>
span { border-color: #FA415D; }
span { border-color: rgb(250,65,93); }
td.TdClassName
{
border-color: #FA415D;
}
.TagClassName
{
border-color: #FA415D;
}
</style>