Shades of Radical Red #FF255C
Tints of Radical Red #FF255C
RGB
CMYK
RGB Variations
Color information
#FF255C (or 0xFF255C) is known color: Radical Red. HEX triplet: FF, 25 and 5C. RGB value is (255,37,92). Sum of RGB (Red+Green+Blue) = 255+37+92=384 (50% of max value = 765). Red value is 255 (100% from 255 or 66.41% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 255 - color contains mainly: red. Hex color #FF255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF255C is #00DAA3. Grayscale: #6C6C6C. Windows color (decimal): -55972 or 6039039. OLE color: 6039039.
HSL color Cylindrical-coordinate representation of color #FF255C: hue angle of 344.86º 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 #FF255C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.64 | 0 |
| HSL | 344.86º | 1% | 0.57% | - |
| HSV(B) | 344.86º | 0.85% | 1% | - |
| XYZ | 43.83 | 23.36 | 12.32 | - |
| YUV | 108.45 | 118.72 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 92 | 0 | 0.85 | 0.64 | 0 | 344.86 | 1 | 0.57 |
| Hex | FF | 25 | 5C | 0 | 55 | 40 | 0 | 159 | 64 | 39 |
| Octal | 377 | 45 | 134 | 0 | 125 | 100 | 0 | 531 | 144 | 71 |
| Binary | 11111111 | 100101 | 1011100 | 0 | 1010101 | 1000000 | 0 | 101011001 | 1100100 | 111001 |
Color Harmonies of #FF255C
Complementary color
Monochromatic Colors of #FF255C
Black with #FF255C
Text Example
Text Example
White with #FF255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF255C; }
p { color: rgb(255,37,92); }
H1.HeaderClassName
{
color: #FF255C;
}
.AnyTagClassName
{
color: #FF255C;
}
</style>
background-color css
<style>
a { background-color: #FF255C; }
a { background-color: rgb(255,37,92); }
div.DivClassName
{
background-color: #FF255C;
}
.BgClassName
{
background-color: #FF255C;
}
</style>
border-color css
<style>
span { border-color: #FF255C; }
span { border-color: rgb(255,37,92); }
td.TdClassName
{
border-color: #FF255C;
}
.TagClassName
{
border-color: #FF255C;
}
</style>