Shades of Radical Red #FA2D5E
Tints of Radical Red #FA2D5E
RGB
CMYK
RGB Variations
Color information
#FA2D5E (or 0xFA2D5E) is known color: Radical Red. HEX triplet: FA, 2D and 5E. RGB value is (250,45,94). Sum of RGB (Red+Green+Blue) = 250+45+94=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D5E is #05D2A1. Grayscale: #6F6F6F. Windows color (decimal): -381602 or 6172154. OLE color: 6172154.
HSL color Cylindrical-coordinate representation of color #FA2D5E: hue angle of 345.66º 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 #FA2D5E is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 94 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.02 |
| HSL | 345.66º | 0.95% | 0.58% | - |
| HSV(B) | 345.66º | 0.82% | 0.98% | - |
| XYZ | 42.38 | 23.01 | 12.8 | - |
| YUV | 111.88 | 117.92 | 226.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 94 | 0 | 0.82 | 0.62 | 0.02 | 345.66 | 0.95 | 0.58 |
| Hex | FA | 2D | 5E | 0 | 52 | 3E | 2 | 15A | 5F | 3A |
| Octal | 372 | 55 | 136 | 0 | 122 | 76 | 2 | 532 | 137 | 72 |
| Binary | 11111010 | 101101 | 1011110 | 0 | 1010010 | 111110 | 10 | 101011010 | 1011111 | 111010 |
Color Harmonies of #FA2D5E
Complementary color
Monochromatic Colors of #FA2D5E
Black with #FA2D5E
Text Example
Text Example
White with #FA2D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D5E; }
p { color: rgb(250,45,94); }
H1.HeaderClassName
{
color: #FA2D5E;
}
.AnyTagClassName
{
color: #FA2D5E;
}
</style>
background-color css
<style>
a { background-color: #FA2D5E; }
a { background-color: rgb(250,45,94); }
div.DivClassName
{
background-color: #FA2D5E;
}
.BgClassName
{
background-color: #FA2D5E;
}
</style>
border-color css
<style>
span { border-color: #FA2D5E; }
span { border-color: rgb(250,45,94); }
td.TdClassName
{
border-color: #FA2D5E;
}
.TagClassName
{
border-color: #FA2D5E;
}
</style>