Shades of Radical Red #FA3472
Tints of Radical Red #FA3472
RGB
CMYK
RGB Variations
Color information
#FA3472 (or 0xFA3472) is known color: Radical Red. HEX triplet: FA, 34 and 72. RGB value is (250,52,114). Sum of RGB (Red+Green+Blue) = 250+52+114=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 52 (20.70% from 255 or 12.5% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3472 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3472 is #05CB8D. Grayscale: #767676. Windows color (decimal): -379790 or 7484666. OLE color: 7484666.
HSL color Cylindrical-coordinate representation of color #FA3472: hue angle of 341.21º 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 #FA3472 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 114 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.02 |
| HSL | 341.21º | 0.95% | 0.59% | - |
| HSV(B) | 341.21º | 0.79% | 0.98% | - |
| XYZ | 43.69 | 23.99 | 18.25 | - |
| YUV | 118.27 | 125.6 | 221.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 114 | 0 | 0.79 | 0.54 | 0.02 | 341.21 | 0.95 | 0.59 |
| Hex | FA | 34 | 72 | 0 | 4F | 36 | 2 | 155 | 5F | 3B |
| Octal | 372 | 64 | 162 | 0 | 117 | 66 | 2 | 525 | 137 | 73 |
| Binary | 11111010 | 110100 | 1110010 | 0 | 1001111 | 110110 | 10 | 101010101 | 1011111 | 111011 |
Color Harmonies of #FA3472
Complementary color
Monochromatic Colors of #FA3472
Black with #FA3472
Text Example
Text Example
White with #FA3472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3472; }
p { color: rgb(250,52,114); }
H1.HeaderClassName
{
color: #FA3472;
}
.AnyTagClassName
{
color: #FA3472;
}
</style>
background-color css
<style>
a { background-color: #FA3472; }
a { background-color: rgb(250,52,114); }
div.DivClassName
{
background-color: #FA3472;
}
.BgClassName
{
background-color: #FA3472;
}
</style>
border-color css
<style>
span { border-color: #FA3472; }
span { border-color: rgb(250,52,114); }
td.TdClassName
{
border-color: #FA3472;
}
.TagClassName
{
border-color: #FA3472;
}
</style>