Shades of Radical Red #FA2D78
Tints of Radical Red #FA2D78
RGB
CMYK
RGB Variations
Color information
#FA2D78 (or 0xFA2D78) is known color: Radical Red. HEX triplet: FA, 2D and 78. RGB value is (250,45,120). Sum of RGB (Red+Green+Blue) = 250+45+120=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 120 (47.27% from 255 or 28.92% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D78 is #05D287. Grayscale: #727272. Windows color (decimal): -381576 or 7876090. OLE color: 7876090.
HSL color Cylindrical-coordinate representation of color #FA2D78: hue angle of 338.05º 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 #FA2D78 is Cyan = 0, Magento = 0.82, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 120 | - |
| CMYK | 0 | 0.82 | 0.52 | 0.02 |
| HSL | 338.05º | 0.95% | 0.58% | - |
| HSV(B) | 338.05º | 0.82% | 0.98% | - |
| XYZ | 43.75 | 23.56 | 20.01 | - |
| YUV | 114.85 | 130.92 | 224.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 120 | 0 | 0.82 | 0.52 | 0.02 | 338.05 | 0.95 | 0.58 |
| Hex | FA | 2D | 78 | 0 | 52 | 34 | 2 | 152 | 5F | 3A |
| Octal | 372 | 55 | 170 | 0 | 122 | 64 | 2 | 522 | 137 | 72 |
| Binary | 11111010 | 101101 | 1111000 | 0 | 1010010 | 110100 | 10 | 101010010 | 1011111 | 111010 |
Color Harmonies of #FA2D78
Complementary color
Monochromatic Colors of #FA2D78
Black with #FA2D78
Text Example
Text Example
White with #FA2D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D78; }
p { color: rgb(250,45,120); }
H1.HeaderClassName
{
color: #FA2D78;
}
.AnyTagClassName
{
color: #FA2D78;
}
</style>
background-color css
<style>
a { background-color: #FA2D78; }
a { background-color: rgb(250,45,120); }
div.DivClassName
{
background-color: #FA2D78;
}
.BgClassName
{
background-color: #FA2D78;
}
</style>
border-color css
<style>
span { border-color: #FA2D78; }
span { border-color: rgb(250,45,120); }
td.TdClassName
{
border-color: #FA2D78;
}
.TagClassName
{
border-color: #FA2D78;
}
</style>