Shades of Radical Red #FA3C55
Tints of Radical Red #FA3C55
RGB
CMYK
RGB Variations
Color information
#FA3C55 (or 0xFA3C55) is known color: Radical Red. HEX triplet: FA, 3C and 55. RGB value is (250,60,85). Sum of RGB (Red+Green+Blue) = 250+60+85=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3C55 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3C55 is #05C3AA. Grayscale: #777777. Windows color (decimal): -377771 or 5586170. OLE color: 5586170.
HSL color Cylindrical-coordinate representation of color #FA3C55: hue angle of 352.11º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3C55 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 60 | 85 | - |
| CMYK | 0 | 0.76 | 0.66 | 0.02 |
| HSL | 352.11º | 0.95% | 0.61% | - |
| HSV(B) | 352.11º | 0.76% | 0.98% | - |
| XYZ | 42.68 | 24.21 | 11.02 | - |
| YUV | 119.66 | 108.45 | 220.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 60 | 85 | 0 | 0.76 | 0.66 | 0.02 | 352.11 | 0.95 | 0.61 |
| Hex | FA | 3C | 55 | 0 | 4C | 42 | 2 | 160 | 5F | 3D |
| Octal | 372 | 74 | 125 | 0 | 114 | 102 | 2 | 540 | 137 | 75 |
| Binary | 11111010 | 111100 | 1010101 | 0 | 1001100 | 1000010 | 10 | 101100000 | 1011111 | 111101 |
Color Harmonies of #FA3C55
Complementary color
Monochromatic Colors of #FA3C55
Black with #FA3C55
Text Example
Text Example
White with #FA3C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3C55; }
p { color: rgb(250,60,85); }
H1.HeaderClassName
{
color: #FA3C55;
}
.AnyTagClassName
{
color: #FA3C55;
}
</style>
background-color css
<style>
a { background-color: #FA3C55; }
a { background-color: rgb(250,60,85); }
div.DivClassName
{
background-color: #FA3C55;
}
.BgClassName
{
background-color: #FA3C55;
}
</style>
border-color css
<style>
span { border-color: #FA3C55; }
span { border-color: rgb(250,60,85); }
td.TdClassName
{
border-color: #FA3C55;
}
.TagClassName
{
border-color: #FA3C55;
}
</style>