Shades of Radical Red #FF1D62
Tints of Radical Red #FF1D62
RGB
CMYK
RGB Variations
Color information
#FF1D62 (or 0xFF1D62) is known color: Radical Red. HEX triplet: FF, 1D and 62. RGB value is (255,29,98). Sum of RGB (Red+Green+Blue) = 255+29+98=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D62 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1D62 is #00E29D. Grayscale: #686868. Windows color (decimal): -58014 or 6430207. OLE color: 6430207.
HSL color Cylindrical-coordinate representation of color #FF1D62: hue angle of 341.68º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D62 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 98 | - |
| CMYK | 0 | 0.89 | 0.62 | 0 |
| HSL | 341.68º | 1% | 0.56% | - |
| HSV(B) | 341.68º | 0.89% | 1% | - |
| XYZ | 43.88 | 23.02 | 13.69 | - |
| YUV | 104.44 | 124.37 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 98 | 0 | 0.89 | 0.62 | 0 | 341.68 | 1 | 0.56 |
| Hex | FF | 1D | 62 | 0 | 59 | 3E | 0 | 156 | 64 | 38 |
| Octal | 377 | 35 | 142 | 0 | 131 | 76 | 0 | 526 | 144 | 70 |
| Binary | 11111111 | 11101 | 1100010 | 0 | 1011001 | 111110 | 0 | 101010110 | 1100100 | 111000 |
Color Harmonies of #FF1D62
Complementary color
Monochromatic Colors of #FF1D62
Black with #FF1D62
Text Example
Text Example
White with #FF1D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D62; }
p { color: rgb(255,29,98); }
H1.HeaderClassName
{
color: #FF1D62;
}
.AnyTagClassName
{
color: #FF1D62;
}
</style>
background-color css
<style>
a { background-color: #FF1D62; }
a { background-color: rgb(255,29,98); }
div.DivClassName
{
background-color: #FF1D62;
}
.BgClassName
{
background-color: #FF1D62;
}
</style>
border-color css
<style>
span { border-color: #FF1D62; }
span { border-color: rgb(255,29,98); }
td.TdClassName
{
border-color: #FF1D62;
}
.TagClassName
{
border-color: #FF1D62;
}
</style>