Shades of Radical Red #FA2D6E
Tints of Radical Red #FA2D6E
RGB
CMYK
RGB Variations
Color information
#FA2D6E (or 0xFA2D6E) is known color: Radical Red. HEX triplet: FA, 2D and 6E. RGB value is (250,45,110). Sum of RGB (Red+Green+Blue) = 250+45+110=405 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.73% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D6E is #05D291. Grayscale: #717171. Windows color (decimal): -381586 or 7220730. OLE color: 7220730.
HSL color Cylindrical-coordinate representation of color #FA2D6E: hue angle of 340.98º 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 #FA2D6E is Cyan = 0, Magento = 0.82, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 110 | - |
| CMYK | 0 | 0.82 | 0.56 | 0.02 |
| HSL | 340.98º | 0.95% | 0.58% | - |
| HSV(B) | 340.98º | 0.82% | 0.98% | - |
| XYZ | 43.18 | 23.33 | 16.98 | - |
| YUV | 113.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 110 | 0 | 0.82 | 0.56 | 0.02 | 340.98 | 0.95 | 0.58 |
| Hex | FA | 2D | 6E | 0 | 52 | 38 | 2 | 155 | 5F | 3A |
| Octal | 372 | 55 | 156 | 0 | 122 | 70 | 2 | 525 | 137 | 72 |
| Binary | 11111010 | 101101 | 1101110 | 0 | 1010010 | 111000 | 10 | 101010101 | 1011111 | 111010 |
Color Harmonies of #FA2D6E
Complementary color
Monochromatic Colors of #FA2D6E
Black with #FA2D6E
Text Example
Text Example
White with #FA2D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D6E; }
p { color: rgb(250,45,110); }
H1.HeaderClassName
{
color: #FA2D6E;
}
.AnyTagClassName
{
color: #FA2D6E;
}
</style>
background-color css
<style>
a { background-color: #FA2D6E; }
a { background-color: rgb(250,45,110); }
div.DivClassName
{
background-color: #FA2D6E;
}
.BgClassName
{
background-color: #FA2D6E;
}
</style>
border-color css
<style>
span { border-color: #FA2D6E; }
span { border-color: rgb(250,45,110); }
td.TdClassName
{
border-color: #FA2D6E;
}
.TagClassName
{
border-color: #FA2D6E;
}
</style>