Shades of Radical Red #FF1962
Tints of Radical Red #FF1962
RGB
CMYK
RGB Variations
Color information
#FF1962 (or 0xFF1962) is known color: Radical Red. HEX triplet: FF, 19 and 62. RGB value is (255,25,98). Sum of RGB (Red+Green+Blue) = 255+25+98=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 25 (10.16% from 255 or 6.61% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1962 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1962 is #00E69D. Grayscale: #666666. Windows color (decimal): -59038 or 6429183. OLE color: 6429183.
HSL color Cylindrical-coordinate representation of color #FF1962: hue angle of 340.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1962 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 98 | - |
| CMYK | 0 | 0.90 | 0.62 | 0 |
| HSL | 340.96º | 1% | 0.55% | - |
| HSV(B) | 340.96º | 0.9% | 1% | - |
| XYZ | 43.79 | 22.84 | 13.66 | - |
| YUV | 102.09 | 125.7 | 237.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 98 | 0 | 0.90 | 0.62 | 0 | 340.96 | 1 | 0.55 |
| Hex | FF | 19 | 62 | 0 | 5A | 3E | 0 | 155 | 64 | 37 |
| Octal | 377 | 31 | 142 | 0 | 132 | 76 | 0 | 525 | 144 | 67 |
| Binary | 11111111 | 11001 | 1100010 | 0 | 1011010 | 111110 | 0 | 101010101 | 1100100 | 110111 |
Color Harmonies of #FF1962
Complementary color
Monochromatic Colors of #FF1962
Black with #FF1962
Text Example
Text Example
White with #FF1962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1962; }
p { color: rgb(255,25,98); }
H1.HeaderClassName
{
color: #FF1962;
}
.AnyTagClassName
{
color: #FF1962;
}
</style>
background-color css
<style>
a { background-color: #FF1962; }
a { background-color: rgb(255,25,98); }
div.DivClassName
{
background-color: #FF1962;
}
.BgClassName
{
background-color: #FF1962;
}
</style>
border-color css
<style>
span { border-color: #FF1962; }
span { border-color: rgb(255,25,98); }
td.TdClassName
{
border-color: #FF1962;
}
.TagClassName
{
border-color: #FF1962;
}
</style>