Shades of Radical Red #FF1F5E
Tints of Radical Red #FF1F5E
RGB
CMYK
RGB Variations
Color information
#FF1F5E (or 0xFF1F5E) is known color: Radical Red. HEX triplet: FF, 1F and 5E. RGB value is (255,31,94). Sum of RGB (Red+Green+Blue) = 255+31+94=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F5E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F5E is #00E0A1. Grayscale: #696969. Windows color (decimal): -57506 or 6168575. OLE color: 6168575.
HSL color Cylindrical-coordinate representation of color #FF1F5E: hue angle of 343.12º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F5E is Cyan = 0, Magento = 0.88, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 94 | - |
| CMYK | 0 | 0.88 | 0.63 | 0 |
| HSL | 343.13º | 1% | 0.56% | - |
| HSV(B) | 343.13º | 0.88% | 1% | - |
| XYZ | 43.75 | 23.05 | 12.73 | - |
| YUV | 105.16 | 121.71 | 234.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 94 | 0 | 0.88 | 0.63 | 0 | 343.13 | 1 | 0.56 |
| Hex | FF | 1F | 5E | 0 | 58 | 3F | 0 | 157 | 64 | 38 |
| Octal | 377 | 37 | 136 | 0 | 130 | 77 | 0 | 527 | 144 | 70 |
| Binary | 11111111 | 11111 | 1011110 | 0 | 1011000 | 111111 | 0 | 101010111 | 1100100 | 111000 |
Color Harmonies of #FF1F5E
Complementary color
Monochromatic Colors of #FF1F5E
Black with #FF1F5E
Text Example
Text Example
White with #FF1F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F5E; }
p { color: rgb(255,31,94); }
H1.HeaderClassName
{
color: #FF1F5E;
}
.AnyTagClassName
{
color: #FF1F5E;
}
</style>
background-color css
<style>
a { background-color: #FF1F5E; }
a { background-color: rgb(255,31,94); }
div.DivClassName
{
background-color: #FF1F5E;
}
.BgClassName
{
background-color: #FF1F5E;
}
</style>
border-color css
<style>
span { border-color: #FF1F5E; }
span { border-color: rgb(255,31,94); }
td.TdClassName
{
border-color: #FF1F5E;
}
.TagClassName
{
border-color: #FF1F5E;
}
</style>