Shades of Radical Red #FF2260
Tints of Radical Red #FF2260
RGB
CMYK
RGB Variations
Color information
#FF2260 (or 0xFF2260) is known color: Radical Red. HEX triplet: FF, 22 and 60. RGB value is (255,34,96). Sum of RGB (Red+Green+Blue) = 255+34+96=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 34 (13.67% from 255 or 8.83% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2260 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2260 is #00DD9F. Grayscale: #6B6B6B. Windows color (decimal): -56736 or 6300415. OLE color: 6300415.
HSL color Cylindrical-coordinate representation of color #FF2260: hue angle of 343.17º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2260 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 96 | - |
| CMYK | 0 | 0.87 | 0.62 | 0 |
| HSL | 343.17º | 1% | 0.57% | - |
| HSV(B) | 343.17º | 0.87% | 1% | - |
| XYZ | 43.92 | 23.25 | 13.24 | - |
| YUV | 107.15 | 121.72 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 96 | 0 | 0.87 | 0.62 | 0 | 343.17 | 1 | 0.57 |
| Hex | FF | 22 | 60 | 0 | 57 | 3E | 0 | 157 | 64 | 39 |
| Octal | 377 | 42 | 140 | 0 | 127 | 76 | 0 | 527 | 144 | 71 |
| Binary | 11111111 | 100010 | 1100000 | 0 | 1010111 | 111110 | 0 | 101010111 | 1100100 | 111001 |
Color Harmonies of #FF2260
Complementary color
Monochromatic Colors of #FF2260
Black with #FF2260
Text Example
Text Example
White with #FF2260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2260; }
p { color: rgb(255,34,96); }
H1.HeaderClassName
{
color: #FF2260;
}
.AnyTagClassName
{
color: #FF2260;
}
</style>
background-color css
<style>
a { background-color: #FF2260; }
a { background-color: rgb(255,34,96); }
div.DivClassName
{
background-color: #FF2260;
}
.BgClassName
{
background-color: #FF2260;
}
</style>
border-color css
<style>
span { border-color: #FF2260; }
span { border-color: rgb(255,34,96); }
td.TdClassName
{
border-color: #FF2260;
}
.TagClassName
{
border-color: #FF2260;
}
</style>