Shades of Radical Red #FA256D
Tints of Radical Red #FA256D
RGB
CMYK
RGB Variations
Color information
#FA256D (or 0xFA256D) is known color: Radical Red. HEX triplet: FA, 25 and 6D. RGB value is (250,37,109). Sum of RGB (Red+Green+Blue) = 250+37+109=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA256D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA256D is #05DA92. Grayscale: #6C6C6C. Windows color (decimal): -383635 or 7153146. OLE color: 7153146.
HSL color Cylindrical-coordinate representation of color #FA256D: hue angle of 339.72º 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 #FA256D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 109 | - |
| CMYK | 0 | 0.85 | 0.56 | 0.02 |
| HSL | 339.72º | 0.96% | 0.56% | - |
| HSV(B) | 339.72º | 0.85% | 0.98% | - |
| XYZ | 42.85 | 22.75 | 16.6 | - |
| YUV | 108.9 | 128.07 | 228.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 109 | 0 | 0.85 | 0.56 | 0.02 | 339.72 | 0.96 | 0.56 |
| Hex | FA | 25 | 6D | 0 | 55 | 38 | 2 | 154 | 60 | 38 |
| Octal | 372 | 45 | 155 | 0 | 125 | 70 | 2 | 524 | 140 | 70 |
| Binary | 11111010 | 100101 | 1101101 | 0 | 1010101 | 111000 | 10 | 101010100 | 1100000 | 111000 |
Color Harmonies of #FA256D
Complementary color
Monochromatic Colors of #FA256D
Black with #FA256D
Text Example
Text Example
White with #FA256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA256D; }
p { color: rgb(250,37,109); }
H1.HeaderClassName
{
color: #FA256D;
}
.AnyTagClassName
{
color: #FA256D;
}
</style>
background-color css
<style>
a { background-color: #FA256D; }
a { background-color: rgb(250,37,109); }
div.DivClassName
{
background-color: #FA256D;
}
.BgClassName
{
background-color: #FA256D;
}
</style>
border-color css
<style>
span { border-color: #FA256D; }
span { border-color: rgb(250,37,109); }
td.TdClassName
{
border-color: #FA256D;
}
.TagClassName
{
border-color: #FA256D;
}
</style>