Shades of Radical Red #FF2261
Tints of Radical Red #FF2261
RGB
CMYK
RGB Variations
Color information
#FF2261 (or 0xFF2261) is known color: Radical Red. HEX triplet: FF, 22 and 61. RGB value is (255,34,97). Sum of RGB (Red+Green+Blue) = 255+34+97=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2261 is #00DD9E. Grayscale: #6B6B6B. Windows color (decimal): -56735 or 6365951. OLE color: 6365951.
HSL color Cylindrical-coordinate representation of color #FF2261: hue angle of 342.9º 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 #FF2261 is Cyan = 0, Magento = 0.87, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 34 | 97 | - |
| CMYK | 0 | 0.87 | 0.62 | 0 |
| HSL | 342.9º | 1% | 0.57% | - |
| HSV(B) | 342.9º | 0.87% | 1% | - |
| XYZ | 43.97 | 23.27 | 13.48 | - |
| YUV | 107.26 | 122.22 | 233.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 34 | 97 | 0 | 0.87 | 0.62 | 0 | 342.9 | 1 | 0.57 |
| Hex | FF | 22 | 61 | 0 | 57 | 3E | 0 | 157 | 64 | 39 |
| Octal | 377 | 42 | 141 | 0 | 127 | 76 | 0 | 527 | 144 | 71 |
| Binary | 11111111 | 100010 | 1100001 | 0 | 1010111 | 111110 | 0 | 101010111 | 1100100 | 111001 |
Color Harmonies of #FF2261
Complementary color
Monochromatic Colors of #FF2261
Black with #FF2261
Text Example
Text Example
White with #FF2261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2261; }
p { color: rgb(255,34,97); }
H1.HeaderClassName
{
color: #FF2261;
}
.AnyTagClassName
{
color: #FF2261;
}
</style>
background-color css
<style>
a { background-color: #FF2261; }
a { background-color: rgb(255,34,97); }
div.DivClassName
{
background-color: #FF2261;
}
.BgClassName
{
background-color: #FF2261;
}
</style>
border-color css
<style>
span { border-color: #FF2261; }
span { border-color: rgb(255,34,97); }
td.TdClassName
{
border-color: #FF2261;
}
.TagClassName
{
border-color: #FF2261;
}
</style>