Shades of Radical Red #FA2D74
Tints of Radical Red #FA2D74
RGB
CMYK
RGB Variations
Color information
#FA2D74 (or 0xFA2D74) is known color: Radical Red. HEX triplet: FA, 2D and 74. RGB value is (250,45,116). Sum of RGB (Red+Green+Blue) = 250+45+116=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D74 is #05D28B. Grayscale: #727272. Windows color (decimal): -381580 or 7613946. OLE color: 7613946.
HSL color Cylindrical-coordinate representation of color #FA2D74: hue angle of 339.22º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D74 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 116 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.02 |
| HSL | 339.22º | 0.95% | 0.58% | - |
| HSV(B) | 339.22º | 0.82% | 0.98% | - |
| XYZ | 43.52 | 23.46 | 18.76 | - |
| YUV | 114.39 | 128.92 | 224.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 116 | 0 | 0.82 | 0.54 | 0.02 | 339.22 | 0.95 | 0.58 |
| Hex | FA | 2D | 74 | 0 | 52 | 36 | 2 | 153 | 5F | 3A |
| Octal | 372 | 55 | 164 | 0 | 122 | 66 | 2 | 523 | 137 | 72 |
| Binary | 11111010 | 101101 | 1110100 | 0 | 1010010 | 110110 | 10 | 101010011 | 1011111 | 111010 |
Color Harmonies of #FA2D74
Complementary color
Monochromatic Colors of #FA2D74
Black with #FA2D74
Text Example
Text Example
White with #FA2D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D74; }
p { color: rgb(250,45,116); }
H1.HeaderClassName
{
color: #FA2D74;
}
.AnyTagClassName
{
color: #FA2D74;
}
</style>
background-color css
<style>
a { background-color: #FA2D74; }
a { background-color: rgb(250,45,116); }
div.DivClassName
{
background-color: #FA2D74;
}
.BgClassName
{
background-color: #FA2D74;
}
</style>
border-color css
<style>
span { border-color: #FA2D74; }
span { border-color: rgb(250,45,116); }
td.TdClassName
{
border-color: #FA2D74;
}
.TagClassName
{
border-color: #FA2D74;
}
</style>