Shades of Radical Red #FA334C
Tints of Radical Red #FA334C
RGB
CMYK
RGB Variations
Color information
#FA334C (or 0xFA334C) is known color: Radical Red. HEX triplet: FA, 33 and 4C. RGB value is (250,51,76). Sum of RGB (Red+Green+Blue) = 250+51+76=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA334C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA334C is #05CCB3. Grayscale: #717171. Windows color (decimal): -380084 or 4994042. OLE color: 4994042.
HSL color Cylindrical-coordinate representation of color #FA334C: hue angle of 352.46º 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 #FA334C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 51 | 76 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.02 |
| HSL | 352.46º | 0.95% | 0.59% | - |
| HSV(B) | 352.46º | 0.8% | 0.98% | - |
| XYZ | 41.91 | 23.21 | 9.11 | - |
| YUV | 113.35 | 106.93 | 225.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 51 | 76 | 0 | 0.80 | 0.70 | 0.02 | 352.46 | 0.95 | 0.59 |
| Hex | FA | 33 | 4C | 0 | 50 | 46 | 2 | 160 | 5F | 3B |
| Octal | 372 | 63 | 114 | 0 | 120 | 106 | 2 | 540 | 137 | 73 |
| Binary | 11111010 | 110011 | 1001100 | 0 | 1010000 | 1000110 | 10 | 101100000 | 1011111 | 111011 |
Color Harmonies of #FA334C
Complementary color
Monochromatic Colors of #FA334C
Black with #FA334C
Text Example
Text Example
White with #FA334C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA334C; }
p { color: rgb(250,51,76); }
H1.HeaderClassName
{
color: #FA334C;
}
.AnyTagClassName
{
color: #FA334C;
}
</style>
background-color css
<style>
a { background-color: #FA334C; }
a { background-color: rgb(250,51,76); }
div.DivClassName
{
background-color: #FA334C;
}
.BgClassName
{
background-color: #FA334C;
}
</style>
border-color css
<style>
span { border-color: #FA334C; }
span { border-color: rgb(250,51,76); }
td.TdClassName
{
border-color: #FA334C;
}
.TagClassName
{
border-color: #FA334C;
}
</style>