Shades of Radical Red #FA345E
Tints of Radical Red #FA345E
RGB
CMYK
RGB Variations
Color information
#FA345E (or 0xFA345E) is known color: Radical Red. HEX triplet: FA, 34 and 5E. RGB value is (250,52,94). Sum of RGB (Red+Green+Blue) = 250+52+94=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA345E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA345E is #05CBA1. Grayscale: #747474. Windows color (decimal): -379810 or 6173946. OLE color: 6173946.
HSL color Cylindrical-coordinate representation of color #FA345E: hue angle of 347.27º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA345E is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 94 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.02 |
| HSL | 347.27º | 0.95% | 0.59% | - |
| HSV(B) | 347.27º | 0.79% | 0.98% | - |
| XYZ | 42.67 | 23.59 | 12.89 | - |
| YUV | 115.99 | 115.6 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 94 | 0 | 0.79 | 0.62 | 0.02 | 347.27 | 0.95 | 0.59 |
| Hex | FA | 34 | 5E | 0 | 4F | 3E | 2 | 15B | 5F | 3B |
| Octal | 372 | 64 | 136 | 0 | 117 | 76 | 2 | 533 | 137 | 73 |
| Binary | 11111010 | 110100 | 1011110 | 0 | 1001111 | 111110 | 10 | 101011011 | 1011111 | 111011 |
Color Harmonies of #FA345E
Complementary color
Monochromatic Colors of #FA345E
Black with #FA345E
Text Example
Text Example
White with #FA345E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA345E; }
p { color: rgb(250,52,94); }
H1.HeaderClassName
{
color: #FA345E;
}
.AnyTagClassName
{
color: #FA345E;
}
</style>
background-color css
<style>
a { background-color: #FA345E; }
a { background-color: rgb(250,52,94); }
div.DivClassName
{
background-color: #FA345E;
}
.BgClassName
{
background-color: #FA345E;
}
</style>
border-color css
<style>
span { border-color: #FA345E; }
span { border-color: rgb(250,52,94); }
td.TdClassName
{
border-color: #FA345E;
}
.TagClassName
{
border-color: #FA345E;
}
</style>