Shades of Radical Red #FF1F4C
Tints of Radical Red #FF1F4C
RGB
CMYK
RGB Variations
Color information
#FF1F4C (or 0xFF1F4C) is known color: Radical Red. HEX triplet: FF, 1F and 4C. RGB value is (255,31,76). Sum of RGB (Red+Green+Blue) = 255+31+76=362 (47% of max value = 765). Red value is 255 (100% from 255 or 70.44% from 362); Green value is 31 (12.5% from 255 or 8.56% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F4C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF1F4C is #00E0B3. Grayscale: #676767. Windows color (decimal): -57524 or 4988927. OLE color: 4988927.
HSL color Cylindrical-coordinate representation of color #FF1F4C: hue angle of 347.95º 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 #FF1F4C is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 76 | - |
| CMYK | 0 | 0.88 | 0.70 | 0 |
| HSL | 347.95º | 1% | 0.56% | - |
| HSV(B) | 347.95º | 0.88% | 1% | - |
| XYZ | 43.03 | 22.76 | 8.96 | - |
| YUV | 103.11 | 112.71 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 76 | 0 | 0.88 | 0.70 | 0 | 347.95 | 1 | 0.56 |
| Hex | FF | 1F | 4C | 0 | 58 | 46 | 0 | 15C | 64 | 38 |
| Octal | 377 | 37 | 114 | 0 | 130 | 106 | 0 | 534 | 144 | 70 |
| Binary | 11111111 | 11111 | 1001100 | 0 | 1011000 | 1000110 | 0 | 101011100 | 1100100 | 111000 |
Color Harmonies of #FF1F4C
Complementary color
Monochromatic Colors of #FF1F4C
Black with #FF1F4C
Text Example
Text Example
White with #FF1F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F4C; }
p { color: rgb(255,31,76); }
H1.HeaderClassName
{
color: #FF1F4C;
}
.AnyTagClassName
{
color: #FF1F4C;
}
</style>
background-color css
<style>
a { background-color: #FF1F4C; }
a { background-color: rgb(255,31,76); }
div.DivClassName
{
background-color: #FF1F4C;
}
.BgClassName
{
background-color: #FF1F4C;
}
</style>
border-color css
<style>
span { border-color: #FF1F4C; }
span { border-color: rgb(255,31,76); }
td.TdClassName
{
border-color: #FF1F4C;
}
.TagClassName
{
border-color: #FF1F4C;
}
</style>