Shades of Radical Red #FF1F4E
Tints of Radical Red #FF1F4E
RGB
CMYK
RGB Variations
Color information
#FF1F4E (or 0xFF1F4E) is known color: Radical Red. HEX triplet: FF, 1F and 4E. RGB value is (255,31,78). Sum of RGB (Red+Green+Blue) = 255+31+78=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 31 (12.5% from 255 or 8.52% from 364); Blue value is 78 (30.86% from 255 or 21.43% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F4E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F4E is #00E0B1. Grayscale: #676767. Windows color (decimal): -57522 or 5119999. OLE color: 5119999.
HSL color Cylindrical-coordinate representation of color #FF1F4E: hue angle of 347.41º 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 #FF1F4E is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 78 | - |
| CMYK | 0 | 0.88 | 0.69 | 0 |
| HSL | 347.41º | 1% | 0.56% | - |
| HSV(B) | 347.41º | 0.88% | 1% | - |
| XYZ | 43.11 | 22.79 | 9.33 | - |
| YUV | 103.33 | 113.71 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 78 | 0 | 0.88 | 0.69 | 0 | 347.41 | 1 | 0.56 |
| Hex | FF | 1F | 4E | 0 | 58 | 45 | 0 | 15B | 64 | 38 |
| Octal | 377 | 37 | 116 | 0 | 130 | 105 | 0 | 533 | 144 | 70 |
| Binary | 11111111 | 11111 | 1001110 | 0 | 1011000 | 1000101 | 0 | 101011011 | 1100100 | 111000 |
Color Harmonies of #FF1F4E
Complementary color
Monochromatic Colors of #FF1F4E
Black with #FF1F4E
Text Example
Text Example
White with #FF1F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F4E; }
p { color: rgb(255,31,78); }
H1.HeaderClassName
{
color: #FF1F4E;
}
.AnyTagClassName
{
color: #FF1F4E;
}
</style>
background-color css
<style>
a { background-color: #FF1F4E; }
a { background-color: rgb(255,31,78); }
div.DivClassName
{
background-color: #FF1F4E;
}
.BgClassName
{
background-color: #FF1F4E;
}
</style>
border-color css
<style>
span { border-color: #FF1F4E; }
span { border-color: rgb(255,31,78); }
td.TdClassName
{
border-color: #FF1F4E;
}
.TagClassName
{
border-color: #FF1F4E;
}
</style>