Shades of Radical Red #FF1969
Tints of Radical Red #FF1969
RGB
CMYK
RGB Variations
Color information
#FF1969 (or 0xFF1969) is known color: Radical Red. HEX triplet: FF, 19 and 69. RGB value is (255,25,105). Sum of RGB (Red+Green+Blue) = 255+25+105=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 25 (10.16% from 255 or 6.49% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1969 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1969 is #00E696. Grayscale: #666666. Windows color (decimal): -59031 or 6887935. OLE color: 6887935.
HSL color Cylindrical-coordinate representation of color #FF1969: hue angle of 339.13º 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 #FF1969 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 105 | - |
| CMYK | 0 | 0.90 | 0.59 | 0 |
| HSL | 339.13º | 1% | 0.55% | - |
| HSV(B) | 339.13º | 0.9% | 1% | - |
| XYZ | 44.14 | 22.98 | 15.47 | - |
| YUV | 102.89 | 129.2 | 236.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 105 | 0 | 0.90 | 0.59 | 0 | 339.13 | 1 | 0.55 |
| Hex | FF | 19 | 69 | 0 | 5A | 3B | 0 | 153 | 64 | 37 |
| Octal | 377 | 31 | 151 | 0 | 132 | 73 | 0 | 523 | 144 | 67 |
| Binary | 11111111 | 11001 | 1101001 | 0 | 1011010 | 111011 | 0 | 101010011 | 1100100 | 110111 |
Color Harmonies of #FF1969
Complementary color
Monochromatic Colors of #FF1969
Black with #FF1969
Text Example
Text Example
White with #FF1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1969; }
p { color: rgb(255,25,105); }
H1.HeaderClassName
{
color: #FF1969;
}
.AnyTagClassName
{
color: #FF1969;
}
</style>
background-color css
<style>
a { background-color: #FF1969; }
a { background-color: rgb(255,25,105); }
div.DivClassName
{
background-color: #FF1969;
}
.BgClassName
{
background-color: #FF1969;
}
</style>
border-color css
<style>
span { border-color: #FF1969; }
span { border-color: rgb(255,25,105); }
td.TdClassName
{
border-color: #FF1969;
}
.TagClassName
{
border-color: #FF1969;
}
</style>