Shades of Radical Red #FA326F
Tints of Radical Red #FA326F
RGB
CMYK
RGB Variations
Color information
#FA326F (or 0xFA326F) is known color: Radical Red. HEX triplet: FA, 32 and 6F. RGB value is (250,50,111). Sum of RGB (Red+Green+Blue) = 250+50+111=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 50 (19.92% from 255 or 12.17% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA326F is #05CD90. Grayscale: #747474. Windows color (decimal): -380305 or 7287546. OLE color: 7287546.
HSL color Cylindrical-coordinate representation of color #FA326F: hue angle of 341.7º 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 #FA326F is Cyan = 0, Magento = 0.8, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 111 | - |
| CMYK | 0 | 0.8 | 0.56 | 0.02 |
| HSL | 341.7º | 0.95% | 0.59% | - |
| HSV(B) | 341.7º | 0.8% | 0.98% | - |
| XYZ | 43.43 | 23.75 | 17.33 | - |
| YUV | 116.75 | 124.76 | 223.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 111 | 0 | 0.8 | 0.56 | 0.02 | 341.7 | 0.95 | 0.59 |
| Hex | FA | 32 | 6F | 0 | 50 | 38 | 2 | 156 | 5F | 3B |
| Octal | 372 | 62 | 157 | 0 | 120 | 70 | 2 | 526 | 137 | 73 |
| Binary | 11111010 | 110010 | 1101111 | 0 | 1010000 | 111000 | 10 | 101010110 | 1011111 | 111011 |
Color Harmonies of #FA326F
Complementary color
Monochromatic Colors of #FA326F
Black with #FA326F
Text Example
Text Example
White with #FA326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA326F; }
p { color: rgb(250,50,111); }
H1.HeaderClassName
{
color: #FA326F;
}
.AnyTagClassName
{
color: #FA326F;
}
</style>
background-color css
<style>
a { background-color: #FA326F; }
a { background-color: rgb(250,50,111); }
div.DivClassName
{
background-color: #FA326F;
}
.BgClassName
{
background-color: #FA326F;
}
</style>
border-color css
<style>
span { border-color: #FA326F; }
span { border-color: rgb(250,50,111); }
td.TdClassName
{
border-color: #FA326F;
}
.TagClassName
{
border-color: #FA326F;
}
</style>