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