Shades of Radical Red #FA2955
Tints of Radical Red #FA2955
RGB
CMYK
RGB Variations
Color information
#FA2955 (or 0xFA2955) is known color: Radical Red. HEX triplet: FA, 29 and 55. RGB value is (250,41,85). Sum of RGB (Red+Green+Blue) = 250+41+85=376 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.49% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 85 (33.59% from 255 or 22.61% from 376); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2955 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2955 is #05D6AA. Grayscale: #6C6C6C. Windows color (decimal): -382635 or 5581306. OLE color: 5581306.
HSL color Cylindrical-coordinate representation of color #FA2955: hue angle of 347.37º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2955 is Cyan = 0, Magento = 0.84, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 41 | 85 | - |
| CMYK | 0 | 0.84 | 0.66 | 0.02 |
| HSL | 347.37º | 0.95% | 0.57% | - |
| HSV(B) | 347.37º | 0.84% | 0.98% | - |
| XYZ | 41.86 | 22.57 | 10.74 | - |
| YUV | 108.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 41 | 85 | 0 | 0.84 | 0.66 | 0.02 | 347.37 | 0.95 | 0.57 |
| Hex | FA | 29 | 55 | 0 | 54 | 42 | 2 | 15B | 5F | 39 |
| Octal | 372 | 51 | 125 | 0 | 124 | 102 | 2 | 533 | 137 | 71 |
| Binary | 11111010 | 101001 | 1010101 | 0 | 1010100 | 1000010 | 10 | 101011011 | 1011111 | 111001 |
Color Harmonies of #FA2955
Complementary color
Monochromatic Colors of #FA2955
Black with #FA2955
Text Example
Text Example
White with #FA2955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2955; }
p { color: rgb(250,41,85); }
H1.HeaderClassName
{
color: #FA2955;
}
.AnyTagClassName
{
color: #FA2955;
}
</style>
background-color css
<style>
a { background-color: #FA2955; }
a { background-color: rgb(250,41,85); }
div.DivClassName
{
background-color: #FA2955;
}
.BgClassName
{
background-color: #FA2955;
}
</style>
border-color css
<style>
span { border-color: #FA2955; }
span { border-color: rgb(250,41,85); }
td.TdClassName
{
border-color: #FA2955;
}
.TagClassName
{
border-color: #FA2955;
}
</style>