Shades of Radical Red #FF254D
Tints of Radical Red #FF254D
RGB
CMYK
RGB Variations
Color information
#FF254D (or 0xFF254D) is known color: Radical Red. HEX triplet: FF, 25 and 4D. RGB value is (255,37,77). Sum of RGB (Red+Green+Blue) = 255+37+77=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 37 (14.84% from 255 or 10.03% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF254D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF254D is #00DAB2. Grayscale: #6A6A6A. Windows color (decimal): -55987 or 5055999. OLE color: 5055999.
HSL color Cylindrical-coordinate representation of color #FF254D: hue angle of 348.99º 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 #FF254D is Cyan = 0, Magento = 0.85, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 77 | - |
| CMYK | 0 | 0.85 | 0.70 | 0 |
| HSL | 348.99º | 1% | 0.57% | - |
| HSV(B) | 348.99º | 0.85% | 1% | - |
| XYZ | 43.24 | 23.12 | 9.2 | - |
| YUV | 106.74 | 111.22 | 233.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 77 | 0 | 0.85 | 0.70 | 0 | 348.99 | 1 | 0.57 |
| Hex | FF | 25 | 4D | 0 | 55 | 46 | 0 | 15D | 64 | 39 |
| Octal | 377 | 45 | 115 | 0 | 125 | 106 | 0 | 535 | 144 | 71 |
| Binary | 11111111 | 100101 | 1001101 | 0 | 1010101 | 1000110 | 0 | 101011101 | 1100100 | 111001 |
Color Harmonies of #FF254D
Complementary color
Monochromatic Colors of #FF254D
Black with #FF254D
Text Example
Text Example
White with #FF254D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF254D; }
p { color: rgb(255,37,77); }
H1.HeaderClassName
{
color: #FF254D;
}
.AnyTagClassName
{
color: #FF254D;
}
</style>
background-color css
<style>
a { background-color: #FF254D; }
a { background-color: rgb(255,37,77); }
div.DivClassName
{
background-color: #FF254D;
}
.BgClassName
{
background-color: #FF254D;
}
</style>
border-color css
<style>
span { border-color: #FF254D; }
span { border-color: rgb(255,37,77); }
td.TdClassName
{
border-color: #FF254D;
}
.TagClassName
{
border-color: #FF254D;
}
</style>