Shades of Radical Red #FA346A
Tints of Radical Red #FA346A
RGB
CMYK
RGB Variations
Color information
#FA346A (or 0xFA346A) is known color: Radical Red. HEX triplet: FA, 34 and 6A. RGB value is (250,52,106). Sum of RGB (Red+Green+Blue) = 250+52+106=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 52 (20.70% from 255 or 12.75% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA346A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA346A is #05CB95. Grayscale: #757575. Windows color (decimal): -379798 or 6960378. OLE color: 6960378.
HSL color Cylindrical-coordinate representation of color #FA346A: hue angle of 343.64º 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 #FA346A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 106 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.02 |
| HSL | 343.64º | 0.95% | 0.59% | - |
| HSV(B) | 343.64º | 0.79% | 0.98% | - |
| XYZ | 43.25 | 23.82 | 15.95 | - |
| YUV | 117.36 | 121.6 | 222.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 106 | 0 | 0.79 | 0.58 | 0.02 | 343.64 | 0.95 | 0.59 |
| Hex | FA | 34 | 6A | 0 | 4F | 3A | 2 | 158 | 5F | 3B |
| Octal | 372 | 64 | 152 | 0 | 117 | 72 | 2 | 530 | 137 | 73 |
| Binary | 11111010 | 110100 | 1101010 | 0 | 1001111 | 111010 | 10 | 101011000 | 1011111 | 111011 |
Color Harmonies of #FA346A
Complementary color
Monochromatic Colors of #FA346A
Black with #FA346A
Text Example
Text Example
White with #FA346A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA346A; }
p { color: rgb(250,52,106); }
H1.HeaderClassName
{
color: #FA346A;
}
.AnyTagClassName
{
color: #FA346A;
}
</style>
background-color css
<style>
a { background-color: #FA346A; }
a { background-color: rgb(250,52,106); }
div.DivClassName
{
background-color: #FA346A;
}
.BgClassName
{
background-color: #FA346A;
}
</style>
border-color css
<style>
span { border-color: #FA346A; }
span { border-color: rgb(250,52,106); }
td.TdClassName
{
border-color: #FA346A;
}
.TagClassName
{
border-color: #FA346A;
}
</style>