Shades of Radical Red #FA256C
Tints of Radical Red #FA256C
RGB
CMYK
RGB Variations
Color information
#FA256C (or 0xFA256C) is known color: Radical Red. HEX triplet: FA, 25 and 6C. RGB value is (250,37,108). Sum of RGB (Red+Green+Blue) = 250+37+108=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 37 (14.84% from 255 or 9.37% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA256C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA256C is #05DA93. Grayscale: #6C6C6C. Windows color (decimal): -383636 or 7087610. OLE color: 7087610.
HSL color Cylindrical-coordinate representation of color #FA256C: hue angle of 340º 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 #FA256C is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 37 | 108 | - |
| CMYK | 0 | 0.85 | 0.57 | 0.02 |
| HSL | 340º | 0.96% | 0.56% | - |
| HSV(B) | 340º | 0.85% | 0.98% | - |
| XYZ | 42.79 | 22.73 | 16.32 | - |
| YUV | 108.78 | 127.57 | 228.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 37 | 108 | 0 | 0.85 | 0.57 | 0.02 | 340 | 0.96 | 0.56 |
| Hex | FA | 25 | 6C | 0 | 55 | 39 | 2 | 154 | 60 | 38 |
| Octal | 372 | 45 | 154 | 0 | 125 | 71 | 2 | 524 | 140 | 70 |
| Binary | 11111010 | 100101 | 1101100 | 0 | 1010101 | 111001 | 10 | 101010100 | 1100000 | 111000 |
Color Harmonies of #FA256C
Complementary color
Monochromatic Colors of #FA256C
Black with #FA256C
Text Example
Text Example
White with #FA256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA256C; }
p { color: rgb(250,37,108); }
H1.HeaderClassName
{
color: #FA256C;
}
.AnyTagClassName
{
color: #FA256C;
}
</style>
background-color css
<style>
a { background-color: #FA256C; }
a { background-color: rgb(250,37,108); }
div.DivClassName
{
background-color: #FA256C;
}
.BgClassName
{
background-color: #FA256C;
}
</style>
border-color css
<style>
span { border-color: #FA256C; }
span { border-color: rgb(250,37,108); }
td.TdClassName
{
border-color: #FA256C;
}
.TagClassName
{
border-color: #FA256C;
}
</style>