Shades of Radical Red #FA314C
Tints of Radical Red #FA314C
RGB
CMYK
RGB Variations
Color information
#FA314C (or 0xFA314C) is known color: Radical Red. HEX triplet: FA, 31 and 4C. RGB value is (250,49,76). Sum of RGB (Red+Green+Blue) = 250+49+76=375 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.67% from 375); Green value is 49 (19.53% from 255 or 13.07% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 250 - color contains mainly: red. Hex color #FA314C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA314C is #05CEB3. Grayscale: #707070. Windows color (decimal): -380596 or 4993530. OLE color: 4993530.
HSL color Cylindrical-coordinate representation of color #FA314C: hue angle of 351.94º 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 #FA314C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 76 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.02 |
| HSL | 351.94º | 0.95% | 0.59% | - |
| HSV(B) | 351.94º | 0.8% | 0.98% | - |
| XYZ | 41.83 | 23.04 | 9.08 | - |
| YUV | 112.18 | 107.59 | 226.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 76 | 0 | 0.80 | 0.70 | 0.02 | 351.94 | 0.95 | 0.59 |
| Hex | FA | 31 | 4C | 0 | 50 | 46 | 2 | 160 | 5F | 3B |
| Octal | 372 | 61 | 114 | 0 | 120 | 106 | 2 | 540 | 137 | 73 |
| Binary | 11111010 | 110001 | 1001100 | 0 | 1010000 | 1000110 | 10 | 101100000 | 1011111 | 111011 |
Color Harmonies of #FA314C
Complementary color
Monochromatic Colors of #FA314C
Black with #FA314C
Text Example
Text Example
White with #FA314C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA314C; }
p { color: rgb(250,49,76); }
H1.HeaderClassName
{
color: #FA314C;
}
.AnyTagClassName
{
color: #FA314C;
}
</style>
background-color css
<style>
a { background-color: #FA314C; }
a { background-color: rgb(250,49,76); }
div.DivClassName
{
background-color: #FA314C;
}
.BgClassName
{
background-color: #FA314C;
}
</style>
border-color css
<style>
span { border-color: #FA314C; }
span { border-color: rgb(250,49,76); }
td.TdClassName
{
border-color: #FA314C;
}
.TagClassName
{
border-color: #FA314C;
}
</style>