Shades of Radical Red #FA2260
Tints of Radical Red #FA2260
RGB
CMYK
RGB Variations
Color information
#FA2260 (or 0xFA2260) is known color: Radical Red. HEX triplet: FA, 22 and 60. RGB value is (250,34,96). Sum of RGB (Red+Green+Blue) = 250+34+96=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 34 (13.67% from 255 or 8.95% from 380); Blue value is 96 (37.89% from 255 or 25.26% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2260 is #05DD9F. Grayscale: #696969. Windows color (decimal): -384416 or 6300410. OLE color: 6300410.
HSL color Cylindrical-coordinate representation of color #FA2260: hue angle of 342.78º 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 #FA2260 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 34 | 96 | - |
| CMYK | 0 | 0.86 | 0.62 | 0.02 |
| HSL | 342.78º | 0.96% | 0.56% | - |
| HSV(B) | 342.78º | 0.86% | 0.98% | - |
| XYZ | 42.11 | 22.31 | 13.15 | - |
| YUV | 105.65 | 122.56 | 230.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 34 | 96 | 0 | 0.86 | 0.62 | 0.02 | 342.78 | 0.96 | 0.56 |
| Hex | FA | 22 | 60 | 0 | 56 | 3E | 2 | 157 | 60 | 38 |
| Octal | 372 | 42 | 140 | 0 | 126 | 76 | 2 | 527 | 140 | 70 |
| Binary | 11111010 | 100010 | 1100000 | 0 | 1010110 | 111110 | 10 | 101010111 | 1100000 | 111000 |
Color Harmonies of #FA2260
Complementary color
Monochromatic Colors of #FA2260
Black with #FA2260
Text Example
Text Example
White with #FA2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2260; }
p { color: rgb(250,34,96); }
H1.HeaderClassName
{
color: #FA2260;
}
.AnyTagClassName
{
color: #FA2260;
}
</style>
background-color css
<style>
a { background-color: #FA2260; }
a { background-color: rgb(250,34,96); }
div.DivClassName
{
background-color: #FA2260;
}
.BgClassName
{
background-color: #FA2260;
}
</style>
border-color css
<style>
span { border-color: #FA2260; }
span { border-color: rgb(250,34,96); }
td.TdClassName
{
border-color: #FA2260;
}
.TagClassName
{
border-color: #FA2260;
}
</style>