Shades of Radical Red #FA4256
Tints of Radical Red #FA4256
RGB
CMYK
RGB Variations
Color information
#FA4256 (or 0xFA4256) is known color: Radical Red. HEX triplet: FA, 42 and 56. RGB value is (250,66,86). Sum of RGB (Red+Green+Blue) = 250+66+86=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4256 is #05BDA9. Grayscale: #7B7B7B. Windows color (decimal): -376234 or 5653242. OLE color: 5653242.
HSL color Cylindrical-coordinate representation of color #FA4256: hue angle of 353.48º 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 #FA4256 is Cyan = 0, Magento = 0.74, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 86 | - |
| CMYK | 0 | 0.74 | 0.66 | 0.02 |
| HSL | 353.48º | 0.95% | 0.62% | - |
| HSV(B) | 353.48º | 0.74% | 0.98% | - |
| XYZ | 43.05 | 24.89 | 11.34 | - |
| YUV | 123.3 | 106.96 | 218.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 86 | 0 | 0.74 | 0.66 | 0.02 | 353.48 | 0.95 | 0.62 |
| Hex | FA | 42 | 56 | 0 | 4A | 42 | 2 | 161 | 5F | 3E |
| Octal | 372 | 102 | 126 | 0 | 112 | 102 | 2 | 541 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1010110 | 0 | 1001010 | 1000010 | 10 | 101100001 | 1011111 | 111110 |
Color Harmonies of #FA4256
Complementary color
Monochromatic Colors of #FA4256
Black with #FA4256
Text Example
Text Example
White with #FA4256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4256; }
p { color: rgb(250,66,86); }
H1.HeaderClassName
{
color: #FA4256;
}
.AnyTagClassName
{
color: #FA4256;
}
</style>
background-color css
<style>
a { background-color: #FA4256; }
a { background-color: rgb(250,66,86); }
div.DivClassName
{
background-color: #FA4256;
}
.BgClassName
{
background-color: #FA4256;
}
</style>
border-color css
<style>
span { border-color: #FA4256; }
span { border-color: rgb(250,66,86); }
td.TdClassName
{
border-color: #FA4256;
}
.TagClassName
{
border-color: #FA4256;
}
</style>