Shades of Radical Red #FF255F
Tints of Radical Red #FF255F
RGB
CMYK
RGB Variations
Color information
#FF255F (or 0xFF255F) is known color: Radical Red. HEX triplet: FF, 25 and 5F. RGB value is (255,37,95). Sum of RGB (Red+Green+Blue) = 255+37+95=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 95 (37.5% from 255 or 24.55% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF255F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF255F is #00DAA0. Grayscale: #6C6C6C. Windows color (decimal): -55969 or 6235647. OLE color: 6235647.
HSL color Cylindrical-coordinate representation of color #FF255F: hue angle of 344.04º 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 #FF255F is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 95 | - |
| CMYK | 0 | 0.85 | 0.63 | 0 |
| HSL | 344.04º | 1% | 0.57% | - |
| HSV(B) | 344.04º | 0.85% | 1% | - |
| XYZ | 43.97 | 23.41 | 13.03 | - |
| YUV | 108.79 | 120.22 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 95 | 0 | 0.85 | 0.63 | 0 | 344.04 | 1 | 0.57 |
| Hex | FF | 25 | 5F | 0 | 55 | 3F | 0 | 158 | 64 | 39 |
| Octal | 377 | 45 | 137 | 0 | 125 | 77 | 0 | 530 | 144 | 71 |
| Binary | 11111111 | 100101 | 1011111 | 0 | 1010101 | 111111 | 0 | 101011000 | 1100100 | 111001 |
Color Harmonies of #FF255F
Complementary color
Monochromatic Colors of #FF255F
Black with #FF255F
Text Example
Text Example
White with #FF255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF255F; }
p { color: rgb(255,37,95); }
H1.HeaderClassName
{
color: #FF255F;
}
.AnyTagClassName
{
color: #FF255F;
}
</style>
background-color css
<style>
a { background-color: #FF255F; }
a { background-color: rgb(255,37,95); }
div.DivClassName
{
background-color: #FF255F;
}
.BgClassName
{
background-color: #FF255F;
}
</style>
border-color css
<style>
span { border-color: #FF255F; }
span { border-color: rgb(255,37,95); }
td.TdClassName
{
border-color: #FF255F;
}
.TagClassName
{
border-color: #FF255F;
}
</style>