Shades of Radical Red #FF1961
Tints of Radical Red #FF1961
RGB
CMYK
RGB Variations
Color information
#FF1961 (or 0xFF1961) is known color: Radical Red. HEX triplet: FF, 19 and 61. RGB value is (255,25,97). Sum of RGB (Red+Green+Blue) = 255+25+97=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1961 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1961 is #00E69E. Grayscale: #656565. Windows color (decimal): -59039 or 6363647. OLE color: 6363647.
HSL color Cylindrical-coordinate representation of color #FF1961: hue angle of 341.22º 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 #FF1961 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 97 | - |
| CMYK | 0 | 0.90 | 0.62 | 0 |
| HSL | 341.22º | 1% | 0.55% | - |
| HSV(B) | 341.22º | 0.9% | 1% | - |
| XYZ | 43.75 | 22.82 | 13.41 | - |
| YUV | 101.98 | 125.2 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 97 | 0 | 0.90 | 0.62 | 0 | 341.22 | 1 | 0.55 |
| Hex | FF | 19 | 61 | 0 | 5A | 3E | 0 | 155 | 64 | 37 |
| Octal | 377 | 31 | 141 | 0 | 132 | 76 | 0 | 525 | 144 | 67 |
| Binary | 11111111 | 11001 | 1100001 | 0 | 1011010 | 111110 | 0 | 101010101 | 1100100 | 110111 |
Color Harmonies of #FF1961
Complementary color
Monochromatic Colors of #FF1961
Black with #FF1961
Text Example
Text Example
White with #FF1961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1961; }
p { color: rgb(255,25,97); }
H1.HeaderClassName
{
color: #FF1961;
}
.AnyTagClassName
{
color: #FF1961;
}
</style>
background-color css
<style>
a { background-color: #FF1961; }
a { background-color: rgb(255,25,97); }
div.DivClassName
{
background-color: #FF1961;
}
.BgClassName
{
background-color: #FF1961;
}
</style>
border-color css
<style>
span { border-color: #FF1961; }
span { border-color: rgb(255,25,97); }
td.TdClassName
{
border-color: #FF1961;
}
.TagClassName
{
border-color: #FF1961;
}
</style>