Shades of Radical Red #FA2556
Tints of Radical Red #FA2556
RGB
CMYK
RGB Variations
Color information
#FA2556 (or 0xFA2556) is known color: Radical Red. HEX triplet: FA, 25 and 56. RGB value is (250,37,86). Sum of RGB (Red+Green+Blue) = 250+37+86=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 37 (14.84% from 255 or 9.92% from 373); Blue value is 86 (33.98% from 255 or 23.06% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2556 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2556 is #05DAA9. Grayscale: #6A6A6A. Windows color (decimal): -383658 or 5645818. OLE color: 5645818.
HSL color Cylindrical-coordinate representation of color #FA2556: hue angle of 346.2º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FA2556 is Cyan = 0, Magento = 0.85, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 86 | - |
| CMYK | 0 | 0.85 | 0.66 | 0.02 |
| HSL | 346.2º | 0.96% | 0.56% | - |
| HSV(B) | 346.2º | 0.85% | 0.98% | - |
| XYZ | 41.77 | 22.32 | 10.91 | - |
| YUV | 106.27 | 116.57 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 86 | 0 | 0.85 | 0.66 | 0.02 | 346.2 | 0.96 | 0.56 |
| Hex | FA | 25 | 56 | 0 | 55 | 42 | 2 | 15A | 60 | 38 |
| Octal | 372 | 45 | 126 | 0 | 125 | 102 | 2 | 532 | 140 | 70 |
| Binary | 11111010 | 100101 | 1010110 | 0 | 1010101 | 1000010 | 10 | 101011010 | 1100000 | 111000 |
Color Harmonies of #FA2556
Complementary color
Monochromatic Colors of #FA2556
Black with #FA2556
Text Example
Text Example
White with #FA2556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2556; }
p { color: rgb(250,37,86); }
H1.HeaderClassName
{
color: #FA2556;
}
.AnyTagClassName
{
color: #FA2556;
}
</style>
background-color css
<style>
a { background-color: #FA2556; }
a { background-color: rgb(250,37,86); }
div.DivClassName
{
background-color: #FA2556;
}
.BgClassName
{
background-color: #FA2556;
}
</style>
border-color css
<style>
span { border-color: #FA2556; }
span { border-color: rgb(250,37,86); }
td.TdClassName
{
border-color: #FA2556;
}
.TagClassName
{
border-color: #FA2556;
}
</style>