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