Shades of Radical Red #FA4055
Tints of Radical Red #FA4055
RGB
CMYK
RGB Variations
Color information
#FA4055 (or 0xFA4055) is known color: Radical Red. HEX triplet: FA, 40 and 55. RGB value is (250,64,85). Sum of RGB (Red+Green+Blue) = 250+64+85=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 85 (33.59% from 255 or 21.30% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4055 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4055 is #05BFAA. Grayscale: #7A7A7A. Windows color (decimal): -376747 or 5587194. OLE color: 5587194.
HSL color Cylindrical-coordinate representation of color #FA4055: hue angle of 353.23º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA4055 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 85 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.02 |
| HSL | 353.23º | 0.95% | 0.62% | - |
| HSV(B) | 353.23º | 0.74% | 0.98% | - |
| XYZ | 42.9 | 24.65 | 11.09 | - |
| YUV | 122.01 | 107.12 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 85 | 0 | 0.74 | 0.66 | 0.02 | 353.23 | 0.95 | 0.62 |
| Hex | FA | 40 | 55 | 0 | 4A | 42 | 2 | 161 | 5F | 3E |
| Octal | 372 | 100 | 125 | 0 | 112 | 102 | 2 | 541 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1010101 | 0 | 1001010 | 1000010 | 10 | 101100001 | 1011111 | 111110 |
Color Harmonies of #FA4055
Complementary color
Monochromatic Colors of #FA4055
Black with #FA4055
Text Example
Text Example
White with #FA4055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4055; }
p { color: rgb(250,64,85); }
H1.HeaderClassName
{
color: #FA4055;
}
.AnyTagClassName
{
color: #FA4055;
}
</style>
background-color css
<style>
a { background-color: #FA4055; }
a { background-color: rgb(250,64,85); }
div.DivClassName
{
background-color: #FA4055;
}
.BgClassName
{
background-color: #FA4055;
}
</style>
border-color css
<style>
span { border-color: #FA4055; }
span { border-color: rgb(250,64,85); }
td.TdClassName
{
border-color: #FA4055;
}
.TagClassName
{
border-color: #FA4055;
}
</style>