Shades of Radical Red #FA4D60
Tints of Radical Red #FA4D60
RGB
CMYK
RGB Variations
Color information
#FA4D60 (or 0xFA4D60) is known color: Radical Red. HEX triplet: FA, 4D and 60. RGB value is (250,77,96). Sum of RGB (Red+Green+Blue) = 250+77+96=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 77 (30.47% from 255 or 18.20% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4D60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA4D60 is #05B29F. Grayscale: #828282. Windows color (decimal): -373408 or 6311418. OLE color: 6311418.
HSL color Cylindrical-coordinate representation of color #FA4D60: hue angle of 353.41º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FA4D60 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 77 | 96 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.02 |
| HSL | 353.41º | 0.95% | 0.64% | - |
| HSV(B) | 353.41º | 0.69% | 0.98% | - |
| XYZ | 44.19 | 26.48 | 13.85 | - |
| YUV | 130.89 | 108.31 | 212.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 77 | 96 | 0 | 0.69 | 0.62 | 0.02 | 353.41 | 0.95 | 0.64 |
| Hex | FA | 4D | 60 | 0 | 45 | 3E | 2 | 161 | 5F | 40 |
| Octal | 372 | 115 | 140 | 0 | 105 | 76 | 2 | 541 | 137 | 100 |
| Binary | 11111010 | 1001101 | 1100000 | 0 | 1000101 | 111110 | 10 | 101100001 | 1011111 | 1000000 |
Color Harmonies of #FA4D60
Complementary color
Monochromatic Colors of #FA4D60
Black with #FA4D60
Text Example
Text Example
White with #FA4D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4D60; }
p { color: rgb(250,77,96); }
H1.HeaderClassName
{
color: #FA4D60;
}
.AnyTagClassName
{
color: #FA4D60;
}
</style>
background-color css
<style>
a { background-color: #FA4D60; }
a { background-color: rgb(250,77,96); }
div.DivClassName
{
background-color: #FA4D60;
}
.BgClassName
{
background-color: #FA4D60;
}
</style>
border-color css
<style>
span { border-color: #FA4D60; }
span { border-color: rgb(250,77,96); }
td.TdClassName
{
border-color: #FA4D60;
}
.TagClassName
{
border-color: #FA4D60;
}
</style>