Shades of Radical Red #FA344C
Tints of Radical Red #FA344C
RGB
CMYK
RGB Variations
Color information
#FA344C (or 0xFA344C) is known color: Radical Red. HEX triplet: FA, 34 and 4C. RGB value is (250,52,76). Sum of RGB (Red+Green+Blue) = 250+52+76=378 (50% of max value = 765). Red value is 250 (98.05% from 255 or 66.14% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 76 (30.08% from 255 or 20.11% from 378); Max value from RGB is 250 - color contains mainly: red. Hex color #FA344C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA344C is #05CBB3. Grayscale: #727272. Windows color (decimal): -379828 or 4994298. OLE color: 4994298.
HSL color Cylindrical-coordinate representation of color #FA344C: hue angle of 352.73º 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 #FA344C is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 76 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.02 |
| HSL | 352.73º | 0.95% | 0.59% | - |
| HSV(B) | 352.73º | 0.79% | 0.98% | - |
| XYZ | 41.96 | 23.3 | 9.12 | - |
| YUV | 113.94 | 106.6 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 76 | 0 | 0.79 | 0.70 | 0.02 | 352.73 | 0.95 | 0.59 |
| Hex | FA | 34 | 4C | 0 | 4F | 46 | 2 | 161 | 5F | 3B |
| Octal | 372 | 64 | 114 | 0 | 117 | 106 | 2 | 541 | 137 | 73 |
| Binary | 11111010 | 110100 | 1001100 | 0 | 1001111 | 1000110 | 10 | 101100001 | 1011111 | 111011 |
Color Harmonies of #FA344C
Complementary color
Monochromatic Colors of #FA344C
Black with #FA344C
Text Example
Text Example
White with #FA344C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA344C; }
p { color: rgb(250,52,76); }
H1.HeaderClassName
{
color: #FA344C;
}
.AnyTagClassName
{
color: #FA344C;
}
</style>
background-color css
<style>
a { background-color: #FA344C; }
a { background-color: rgb(250,52,76); }
div.DivClassName
{
background-color: #FA344C;
}
.BgClassName
{
background-color: #FA344C;
}
</style>
border-color css
<style>
span { border-color: #FA344C; }
span { border-color: rgb(250,52,76); }
td.TdClassName
{
border-color: #FA344C;
}
.TagClassName
{
border-color: #FA344C;
}
</style>