Shades of Radical Red #FF2655
Tints of Radical Red #FF2655
RGB
CMYK
RGB Variations
Color information
#FF2655 (or 0xFF2655) is known color: Radical Red. HEX triplet: FF, 26 and 55. RGB value is (255,38,85). Sum of RGB (Red+Green+Blue) = 255+38+85=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 38 (15.23% from 255 or 10.05% from 378); Blue value is 85 (33.59% from 255 or 22.49% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2655 is #00D9AA. Grayscale: #6C6C6C. Windows color (decimal): -55723 or 5580543. OLE color: 5580543.
HSL color Cylindrical-coordinate representation of color #FF2655: hue angle of 347º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2655 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 85 | - |
| CMYK | 0 | 0.85 | 0.67 | 0 |
| HSL | 347º | 1% | 0.57% | - |
| HSV(B) | 347º | 0.85% | 1% | - |
| XYZ | 43.57 | 23.3 | 10.8 | - |
| YUV | 108.24 | 114.89 | 232.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 85 | 0 | 0.85 | 0.67 | 0 | 347 | 1 | 0.57 |
| Hex | FF | 26 | 55 | 0 | 55 | 43 | 0 | 15B | 64 | 39 |
| Octal | 377 | 46 | 125 | 0 | 125 | 103 | 0 | 533 | 144 | 71 |
| Binary | 11111111 | 100110 | 1010101 | 0 | 1010101 | 1000011 | 0 | 101011011 | 1100100 | 111001 |
Color Harmonies of #FF2655
Complementary color
Monochromatic Colors of #FF2655
Black with #FF2655
Text Example
Text Example
White with #FF2655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2655; }
p { color: rgb(255,38,85); }
H1.HeaderClassName
{
color: #FF2655;
}
.AnyTagClassName
{
color: #FF2655;
}
</style>
background-color css
<style>
a { background-color: #FF2655; }
a { background-color: rgb(255,38,85); }
div.DivClassName
{
background-color: #FF2655;
}
.BgClassName
{
background-color: #FF2655;
}
</style>
border-color css
<style>
span { border-color: #FF2655; }
span { border-color: rgb(255,38,85); }
td.TdClassName
{
border-color: #FF2655;
}
.TagClassName
{
border-color: #FF2655;
}
</style>