Shades of Radical Red #FF254F
Tints of Radical Red #FF254F
RGB
CMYK
RGB Variations
Color information
#FF254F (or 0xFF254F) is known color: Radical Red. HEX triplet: FF, 25 and 4F. RGB value is (255,37,79). Sum of RGB (Red+Green+Blue) = 255+37+79=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 37 (14.84% from 255 or 9.97% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF254F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF254F is #00DAB0. Grayscale: #6B6B6B. Windows color (decimal): -55985 or 5187071. OLE color: 5187071.
HSL color Cylindrical-coordinate representation of color #FF254F: hue angle of 348.44º 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 #FF254F is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 79 | - |
| CMYK | 0 | 0.85 | 0.69 | 0 |
| HSL | 348.44º | 1% | 0.57% | - |
| HSV(B) | 348.44º | 0.85% | 1% | - |
| XYZ | 43.31 | 23.15 | 9.58 | - |
| YUV | 106.97 | 112.22 | 233.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 79 | 0 | 0.85 | 0.69 | 0 | 348.44 | 1 | 0.57 |
| Hex | FF | 25 | 4F | 0 | 55 | 45 | 0 | 15C | 64 | 39 |
| Octal | 377 | 45 | 117 | 0 | 125 | 105 | 0 | 534 | 144 | 71 |
| Binary | 11111111 | 100101 | 1001111 | 0 | 1010101 | 1000101 | 0 | 101011100 | 1100100 | 111001 |
Color Harmonies of #FF254F
Complementary color
Monochromatic Colors of #FF254F
Black with #FF254F
Text Example
Text Example
White with #FF254F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF254F; }
p { color: rgb(255,37,79); }
H1.HeaderClassName
{
color: #FF254F;
}
.AnyTagClassName
{
color: #FF254F;
}
</style>
background-color css
<style>
a { background-color: #FF254F; }
a { background-color: rgb(255,37,79); }
div.DivClassName
{
background-color: #FF254F;
}
.BgClassName
{
background-color: #FF254F;
}
</style>
border-color css
<style>
span { border-color: #FF254F; }
span { border-color: rgb(255,37,79); }
td.TdClassName
{
border-color: #FF254F;
}
.TagClassName
{
border-color: #FF254F;
}
</style>