Shades of Radical Red #FA2D4D
Tints of Radical Red #FA2D4D
RGB
CMYK
RGB Variations
Color information
#FA2D4D (or 0xFA2D4D) is known color: Radical Red. HEX triplet: FA, 2D and 4D. RGB value is (250,45,77). Sum of RGB (Red+Green+Blue) = 250+45+77=372 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.20% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 77 (30.47% from 255 or 20.70% from 372); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D4D is #05D2B2. Grayscale: #6E6E6E. Windows color (decimal): -381619 or 5058042. OLE color: 5058042.
HSL color Cylindrical-coordinate representation of color #FA2D4D: hue angle of 350.63º 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 #FA2D4D is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 77 | - |
| CMYK | 0 | 0.82 | 0.69 | 0.02 |
| HSL | 350.63º | 0.95% | 0.58% | - |
| HSV(B) | 350.63º | 0.82% | 0.98% | - |
| XYZ | 41.7 | 22.74 | 9.21 | - |
| YUV | 109.94 | 109.42 | 227.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 77 | 0 | 0.82 | 0.69 | 0.02 | 350.63 | 0.95 | 0.58 |
| Hex | FA | 2D | 4D | 0 | 52 | 45 | 2 | 15F | 5F | 3A |
| Octal | 372 | 55 | 115 | 0 | 122 | 105 | 2 | 537 | 137 | 72 |
| Binary | 11111010 | 101101 | 1001101 | 0 | 1010010 | 1000101 | 10 | 101011111 | 1011111 | 111010 |
Color Harmonies of #FA2D4D
Complementary color
Monochromatic Colors of #FA2D4D
Black with #FA2D4D
Text Example
Text Example
White with #FA2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D4D; }
p { color: rgb(250,45,77); }
H1.HeaderClassName
{
color: #FA2D4D;
}
.AnyTagClassName
{
color: #FA2D4D;
}
</style>
background-color css
<style>
a { background-color: #FA2D4D; }
a { background-color: rgb(250,45,77); }
div.DivClassName
{
background-color: #FA2D4D;
}
.BgClassName
{
background-color: #FA2D4D;
}
</style>
border-color css
<style>
span { border-color: #FA2D4D; }
span { border-color: rgb(250,45,77); }
td.TdClassName
{
border-color: #FA2D4D;
}
.TagClassName
{
border-color: #FA2D4D;
}
</style>