Shades of Radical Red #FF1F4D
Tints of Radical Red #FF1F4D
RGB
CMYK
RGB Variations
Color information
#FF1F4D (or 0xFF1F4D) is known color: Radical Red. HEX triplet: FF, 1F and 4D. RGB value is (255,31,77). Sum of RGB (Red+Green+Blue) = 255+31+77=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F4D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1F4D is #00E0B2. Grayscale: #676767. Windows color (decimal): -57523 or 5054463. OLE color: 5054463.
HSL color Cylindrical-coordinate representation of color #FF1F4D: hue angle of 347.68º 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 #FF1F4D is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 77 | - |
| CMYK | 0 | 0.88 | 0.70 | 0 |
| HSL | 347.68º | 1% | 0.56% | - |
| HSV(B) | 347.68º | 0.88% | 1% | - |
| XYZ | 43.07 | 22.78 | 9.15 | - |
| YUV | 103.22 | 113.21 | 236.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 77 | 0 | 0.88 | 0.70 | 0 | 347.68 | 1 | 0.56 |
| Hex | FF | 1F | 4D | 0 | 58 | 46 | 0 | 15C | 64 | 38 |
| Octal | 377 | 37 | 115 | 0 | 130 | 106 | 0 | 534 | 144 | 70 |
| Binary | 11111111 | 11111 | 1001101 | 0 | 1011000 | 1000110 | 0 | 101011100 | 1100100 | 111000 |
Color Harmonies of #FF1F4D
Complementary color
Monochromatic Colors of #FF1F4D
Black with #FF1F4D
Text Example
Text Example
White with #FF1F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F4D; }
p { color: rgb(255,31,77); }
H1.HeaderClassName
{
color: #FF1F4D;
}
.AnyTagClassName
{
color: #FF1F4D;
}
</style>
background-color css
<style>
a { background-color: #FF1F4D; }
a { background-color: rgb(255,31,77); }
div.DivClassName
{
background-color: #FF1F4D;
}
.BgClassName
{
background-color: #FF1F4D;
}
</style>
border-color css
<style>
span { border-color: #FF1F4D; }
span { border-color: rgb(255,31,77); }
td.TdClassName
{
border-color: #FF1F4D;
}
.TagClassName
{
border-color: #FF1F4D;
}
</style>