Shades of Radical Red #FA2256
Tints of Radical Red #FA2256
RGB
CMYK
RGB Variations
Color information
#FA2256 (or 0xFA2256) is known color: Radical Red. HEX triplet: FA, 22 and 56. RGB value is (250,34,86). Sum of RGB (Red+Green+Blue) = 250+34+86=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 86 (33.98% from 255 or 23.24% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2256 is #05DDA9. Grayscale: #686868. Windows color (decimal): -384426 or 5645050. OLE color: 5645050.
HSL color Cylindrical-coordinate representation of color #FA2256: hue angle of 345.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA2256 is Cyan = 0, Magento = 0.86, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 86 | - |
| CMYK | 0 | 0.86 | 0.66 | 0.02 |
| HSL | 345.56º | 0.96% | 0.56% | - |
| HSV(B) | 345.56º | 0.86% | 0.98% | - |
| XYZ | 41.68 | 22.14 | 10.88 | - |
| YUV | 104.51 | 117.56 | 231.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 86 | 0 | 0.86 | 0.66 | 0.02 | 345.56 | 0.96 | 0.56 |
| Hex | FA | 22 | 56 | 0 | 56 | 42 | 2 | 15A | 60 | 38 |
| Octal | 372 | 42 | 126 | 0 | 126 | 102 | 2 | 532 | 140 | 70 |
| Binary | 11111010 | 100010 | 1010110 | 0 | 1010110 | 1000010 | 10 | 101011010 | 1100000 | 111000 |
Color Harmonies of #FA2256
Complementary color
Monochromatic Colors of #FA2256
Black with #FA2256
Text Example
Text Example
White with #FA2256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2256; }
p { color: rgb(250,34,86); }
H1.HeaderClassName
{
color: #FA2256;
}
.AnyTagClassName
{
color: #FA2256;
}
</style>
background-color css
<style>
a { background-color: #FA2256; }
a { background-color: rgb(250,34,86); }
div.DivClassName
{
background-color: #FA2256;
}
.BgClassName
{
background-color: #FA2256;
}
</style>
border-color css
<style>
span { border-color: #FA2256; }
span { border-color: rgb(250,34,86); }
td.TdClassName
{
border-color: #FA2256;
}
.TagClassName
{
border-color: #FA2256;
}
</style>