Shades of Radical Red #FF255E
Tints of Radical Red #FF255E
RGB
CMYK
RGB Variations
Color information
#FF255E (or 0xFF255E) is known color: Radical Red. HEX triplet: FF, 25 and 5E. RGB value is (255,37,94). Sum of RGB (Red+Green+Blue) = 255+37+94=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 37 (14.84% from 255 or 9.59% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF255E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF255E is #00DAA1. Grayscale: #6C6C6C. Windows color (decimal): -55970 or 6170111. OLE color: 6170111.
HSL color Cylindrical-coordinate representation of color #FF255E: hue angle of 344.31º 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 #FF255E is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 94 | - |
| CMYK | 0 | 0.85 | 0.63 | 0 |
| HSL | 344.31º | 1% | 0.57% | - |
| HSV(B) | 344.31º | 0.85% | 1% | - |
| XYZ | 43.92 | 23.39 | 12.79 | - |
| YUV | 108.68 | 119.72 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 94 | 0 | 0.85 | 0.63 | 0 | 344.31 | 1 | 0.57 |
| Hex | FF | 25 | 5E | 0 | 55 | 3F | 0 | 158 | 64 | 39 |
| Octal | 377 | 45 | 136 | 0 | 125 | 77 | 0 | 530 | 144 | 71 |
| Binary | 11111111 | 100101 | 1011110 | 0 | 1010101 | 111111 | 0 | 101011000 | 1100100 | 111001 |
Color Harmonies of #FF255E
Complementary color
Monochromatic Colors of #FF255E
Black with #FF255E
Text Example
Text Example
White with #FF255E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF255E; }
p { color: rgb(255,37,94); }
H1.HeaderClassName
{
color: #FF255E;
}
.AnyTagClassName
{
color: #FF255E;
}
</style>
background-color css
<style>
a { background-color: #FF255E; }
a { background-color: rgb(255,37,94); }
div.DivClassName
{
background-color: #FF255E;
}
.BgClassName
{
background-color: #FF255E;
}
</style>
border-color css
<style>
span { border-color: #FF255E; }
span { border-color: rgb(255,37,94); }
td.TdClassName
{
border-color: #FF255E;
}
.TagClassName
{
border-color: #FF255E;
}
</style>