Shades of Radical Red #FF254A
Tints of Radical Red #FF254A
RGB
CMYK
RGB Variations
Color information
#FF254A (or 0xFF254A) is known color: Radical Red. HEX triplet: FF, 25 and 4A. RGB value is (255,37,74). Sum of RGB (Red+Green+Blue) = 255+37+74=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 37 (14.84% from 255 or 10.11% from 366); Blue value is 74 (29.30% from 255 or 20.22% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF254A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF254A is #00DAB5. Grayscale: #6A6A6A. Windows color (decimal): -55990 or 4859391. OLE color: 4859391.
HSL color Cylindrical-coordinate representation of color #FF254A: hue angle of 349.82º 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 #FF254A is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 74 | - |
| CMYK | 0 | 0.85 | 0.71 | 0 |
| HSL | 349.82º | 1% | 0.57% | - |
| HSV(B) | 349.82º | 0.85% | 1% | - |
| XYZ | 43.14 | 23.08 | 8.66 | - |
| YUV | 106.4 | 109.72 | 233.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 74 | 0 | 0.85 | 0.71 | 0 | 349.82 | 1 | 0.57 |
| Hex | FF | 25 | 4A | 0 | 55 | 47 | 0 | 15E | 64 | 39 |
| Octal | 377 | 45 | 112 | 0 | 125 | 107 | 0 | 536 | 144 | 71 |
| Binary | 11111111 | 100101 | 1001010 | 0 | 1010101 | 1000111 | 0 | 101011110 | 1100100 | 111001 |
Color Harmonies of #FF254A
Complementary color
Monochromatic Colors of #FF254A
Black with #FF254A
Text Example
Text Example
White with #FF254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF254A; }
p { color: rgb(255,37,74); }
H1.HeaderClassName
{
color: #FF254A;
}
.AnyTagClassName
{
color: #FF254A;
}
</style>
background-color css
<style>
a { background-color: #FF254A; }
a { background-color: rgb(255,37,74); }
div.DivClassName
{
background-color: #FF254A;
}
.BgClassName
{
background-color: #FF254A;
}
</style>
border-color css
<style>
span { border-color: #FF254A; }
span { border-color: rgb(255,37,74); }
td.TdClassName
{
border-color: #FF254A;
}
.TagClassName
{
border-color: #FF254A;
}
</style>