Shades of Radical Red #FF254B
Tints of Radical Red #FF254B
RGB
CMYK
RGB Variations
Color information
#FF254B (or 0xFF254B) is known color: Radical Red. HEX triplet: FF, 25 and 4B. RGB value is (255,37,75). Sum of RGB (Red+Green+Blue) = 255+37+75=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 37 (14.84% from 255 or 10.08% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF254B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF254B is #00DAB4. Grayscale: #6A6A6A. Windows color (decimal): -55989 or 4924927. OLE color: 4924927.
HSL color Cylindrical-coordinate representation of color #FF254B: hue angle of 349.54º 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 #FF254B is Cyan = 0, Magento = 0.85, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 75 | - |
| CMYK | 0 | 0.85 | 0.71 | 0 |
| HSL | 349.54º | 1% | 0.57% | - |
| HSV(B) | 349.54º | 0.85% | 1% | - |
| XYZ | 43.17 | 23.09 | 8.84 | - |
| YUV | 106.51 | 110.22 | 233.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 75 | 0 | 0.85 | 0.71 | 0 | 349.54 | 1 | 0.57 |
| Hex | FF | 25 | 4B | 0 | 55 | 47 | 0 | 15E | 64 | 39 |
| Octal | 377 | 45 | 113 | 0 | 125 | 107 | 0 | 536 | 144 | 71 |
| Binary | 11111111 | 100101 | 1001011 | 0 | 1010101 | 1000111 | 0 | 101011110 | 1100100 | 111001 |
Color Harmonies of #FF254B
Complementary color
Monochromatic Colors of #FF254B
Black with #FF254B
Text Example
Text Example
White with #FF254B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF254B; }
p { color: rgb(255,37,75); }
H1.HeaderClassName
{
color: #FF254B;
}
.AnyTagClassName
{
color: #FF254B;
}
</style>
background-color css
<style>
a { background-color: #FF254B; }
a { background-color: rgb(255,37,75); }
div.DivClassName
{
background-color: #FF254B;
}
.BgClassName
{
background-color: #FF254B;
}
</style>
border-color css
<style>
span { border-color: #FF254B; }
span { border-color: rgb(255,37,75); }
td.TdClassName
{
border-color: #FF254B;
}
.TagClassName
{
border-color: #FF254B;
}
</style>