Shades of Radical Red #FA315D
Tints of Radical Red #FA315D
RGB
CMYK
RGB Variations
Color information
#FA315D (or 0xFA315D) is known color: Radical Red. HEX triplet: FA, 31 and 5D. RGB value is (250,49,93). Sum of RGB (Red+Green+Blue) = 250+49+93=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 93 (36.72% from 255 or 23.72% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA315D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA315D is #05CEA2. Grayscale: #727272. Windows color (decimal): -380579 or 6107642. OLE color: 6107642.
HSL color Cylindrical-coordinate representation of color #FA315D: hue angle of 346.87º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA315D is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 93 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.02 |
| HSL | 346.87º | 0.95% | 0.59% | - |
| HSV(B) | 346.87º | 0.8% | 0.98% | - |
| XYZ | 42.5 | 23.31 | 12.62 | - |
| YUV | 114.12 | 116.09 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 93 | 0 | 0.80 | 0.63 | 0.02 | 346.87 | 0.95 | 0.59 |
| Hex | FA | 31 | 5D | 0 | 50 | 3F | 2 | 15B | 5F | 3B |
| Octal | 372 | 61 | 135 | 0 | 120 | 77 | 2 | 533 | 137 | 73 |
| Binary | 11111010 | 110001 | 1011101 | 0 | 1010000 | 111111 | 10 | 101011011 | 1011111 | 111011 |
Color Harmonies of #FA315D
Complementary color
Monochromatic Colors of #FA315D
Black with #FA315D
Text Example
Text Example
White with #FA315D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA315D; }
p { color: rgb(250,49,93); }
H1.HeaderClassName
{
color: #FA315D;
}
.AnyTagClassName
{
color: #FA315D;
}
</style>
background-color css
<style>
a { background-color: #FA315D; }
a { background-color: rgb(250,49,93); }
div.DivClassName
{
background-color: #FA315D;
}
.BgClassName
{
background-color: #FA315D;
}
</style>
border-color css
<style>
span { border-color: #FA315D; }
span { border-color: rgb(250,49,93); }
td.TdClassName
{
border-color: #FA315D;
}
.TagClassName
{
border-color: #FA315D;
}
</style>