Shades of Radical Red #FA326D
Tints of Radical Red #FA326D
RGB
CMYK
RGB Variations
Color information
#FA326D (or 0xFA326D) is known color: Radical Red. HEX triplet: FA, 32 and 6D. RGB value is (250,50,109). Sum of RGB (Red+Green+Blue) = 250+50+109=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 50 (19.92% from 255 or 12.22% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA326D is #05CD92. Grayscale: #747474. Windows color (decimal): -380307 or 7156474. OLE color: 7156474.
HSL color Cylindrical-coordinate representation of color #FA326D: hue angle of 342.3º 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 #FA326D is Cyan = 0, Magento = 0.8, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 109 | - |
| CMYK | 0 | 0.8 | 0.56 | 0.02 |
| HSL | 342.3º | 0.95% | 0.59% | - |
| HSV(B) | 342.3º | 0.8% | 0.98% | - |
| XYZ | 43.33 | 23.71 | 16.76 | - |
| YUV | 116.53 | 123.76 | 223.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 109 | 0 | 0.8 | 0.56 | 0.02 | 342.3 | 0.95 | 0.59 |
| Hex | FA | 32 | 6D | 0 | 50 | 38 | 2 | 156 | 5F | 3B |
| Octal | 372 | 62 | 155 | 0 | 120 | 70 | 2 | 526 | 137 | 73 |
| Binary | 11111010 | 110010 | 1101101 | 0 | 1010000 | 111000 | 10 | 101010110 | 1011111 | 111011 |
Color Harmonies of #FA326D
Complementary color
Monochromatic Colors of #FA326D
Black with #FA326D
Text Example
Text Example
White with #FA326D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA326D; }
p { color: rgb(250,50,109); }
H1.HeaderClassName
{
color: #FA326D;
}
.AnyTagClassName
{
color: #FA326D;
}
</style>
background-color css
<style>
a { background-color: #FA326D; }
a { background-color: rgb(250,50,109); }
div.DivClassName
{
background-color: #FA326D;
}
.BgClassName
{
background-color: #FA326D;
}
</style>
border-color css
<style>
span { border-color: #FA326D; }
span { border-color: rgb(250,50,109); }
td.TdClassName
{
border-color: #FA326D;
}
.TagClassName
{
border-color: #FA326D;
}
</style>