Shades of Radical Red #FA314F
Tints of Radical Red #FA314F
RGB
CMYK
RGB Variations
Color information
#FA314F (or 0xFA314F) is known color: Radical Red. HEX triplet: FA, 31 and 4F. RGB value is (250,49,79). Sum of RGB (Red+Green+Blue) = 250+49+79=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 49 (19.53% from 255 or 12.96% from 378); Blue value is 79 (31.25% from 255 or 20.90% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA314F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA314F is #05CEB0. Grayscale: #707070. Windows color (decimal): -380593 or 5190138. OLE color: 5190138.
HSL color Cylindrical-coordinate representation of color #FA314F: hue angle of 351.04º 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 #FA314F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 49 | 79 | - |
| CMYK | 0 | 0.80 | 0.68 | 0.02 |
| HSL | 351.04º | 0.95% | 0.59% | - |
| HSV(B) | 351.04º | 0.8% | 0.98% | - |
| XYZ | 41.93 | 23.09 | 9.64 | - |
| YUV | 112.52 | 109.09 | 226.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 49 | 79 | 0 | 0.80 | 0.68 | 0.02 | 351.04 | 0.95 | 0.59 |
| Hex | FA | 31 | 4F | 0 | 50 | 44 | 2 | 15F | 5F | 3B |
| Octal | 372 | 61 | 117 | 0 | 120 | 104 | 2 | 537 | 137 | 73 |
| Binary | 11111010 | 110001 | 1001111 | 0 | 1010000 | 1000100 | 10 | 101011111 | 1011111 | 111011 |
Color Harmonies of #FA314F
Complementary color
Monochromatic Colors of #FA314F
Black with #FA314F
Text Example
Text Example
White with #FA314F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA314F; }
p { color: rgb(250,49,79); }
H1.HeaderClassName
{
color: #FA314F;
}
.AnyTagClassName
{
color: #FA314F;
}
</style>
background-color css
<style>
a { background-color: #FA314F; }
a { background-color: rgb(250,49,79); }
div.DivClassName
{
background-color: #FA314F;
}
.BgClassName
{
background-color: #FA314F;
}
</style>
border-color css
<style>
span { border-color: #FA314F; }
span { border-color: rgb(250,49,79); }
td.TdClassName
{
border-color: #FA314F;
}
.TagClassName
{
border-color: #FA314F;
}
</style>