Shades of Radical Red #FF1958
Tints of Radical Red #FF1958
RGB
CMYK
RGB Variations
Color information
#FF1958 (or 0xFF1958) is known color: Radical Red. HEX triplet: FF, 19 and 58. RGB value is (255,25,88). Sum of RGB (Red+Green+Blue) = 255+25+88=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 25 (10.16% from 255 or 6.79% from 368); Blue value is 88 (34.77% from 255 or 23.91% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1958 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1958 is #00E6A7. Grayscale: #646464. Windows color (decimal): -59048 or 5773823. OLE color: 5773823.
HSL color Cylindrical-coordinate representation of color #FF1958: hue angle of 343.57º 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 #FF1958 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 88 | - |
| CMYK | 0 | 0.90 | 0.65 | 0 |
| HSL | 343.57º | 1% | 0.55% | - |
| HSV(B) | 343.57º | 0.9% | 1% | - |
| XYZ | 43.35 | 22.66 | 11.32 | - |
| YUV | 100.95 | 120.7 | 237.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 88 | 0 | 0.90 | 0.65 | 0 | 343.57 | 1 | 0.55 |
| Hex | FF | 19 | 58 | 0 | 5A | 41 | 0 | 158 | 64 | 37 |
| Octal | 377 | 31 | 130 | 0 | 132 | 101 | 0 | 530 | 144 | 67 |
| Binary | 11111111 | 11001 | 1011000 | 0 | 1011010 | 1000001 | 0 | 101011000 | 1100100 | 110111 |
Color Harmonies of #FF1958
Complementary color
Monochromatic Colors of #FF1958
Black with #FF1958
Text Example
Text Example
White with #FF1958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1958; }
p { color: rgb(255,25,88); }
H1.HeaderClassName
{
color: #FF1958;
}
.AnyTagClassName
{
color: #FF1958;
}
</style>
background-color css
<style>
a { background-color: #FF1958; }
a { background-color: rgb(255,25,88); }
div.DivClassName
{
background-color: #FF1958;
}
.BgClassName
{
background-color: #FF1958;
}
</style>
border-color css
<style>
span { border-color: #FF1958; }
span { border-color: rgb(255,25,88); }
td.TdClassName
{
border-color: #FF1958;
}
.TagClassName
{
border-color: #FF1958;
}
</style>