Shades of Radical Red #FF2069
Tints of Radical Red #FF2069
RGB
CMYK
RGB Variations
Color information
#FF2069 (or 0xFF2069) is known color: Radical Red. HEX triplet: FF, 20 and 69. RGB value is (255,32,105). Sum of RGB (Red+Green+Blue) = 255+32+105=392 (51% of max value = 765). Red value is 255 (100% from 255 or 65.05% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 105 (41.41% from 255 or 26.79% from 392); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2069 is #00DF96. Grayscale: #6A6A6A. Windows color (decimal): -57239 or 6889727. OLE color: 6889727.
HSL color Cylindrical-coordinate representation of color #FF2069: hue angle of 340.36º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF2069 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 105 | - |
| CMYK | 0 | 0.87 | 0.59 | 0 |
| HSL | 340.36º | 1% | 0.56% | - |
| HSV(B) | 340.36º | 0.87% | 1% | - |
| XYZ | 44.31 | 23.31 | 15.53 | - |
| YUV | 107 | 126.88 | 233.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 105 | 0 | 0.87 | 0.59 | 0 | 340.36 | 1 | 0.56 |
| Hex | FF | 20 | 69 | 0 | 57 | 3B | 0 | 154 | 64 | 38 |
| Octal | 377 | 40 | 151 | 0 | 127 | 73 | 0 | 524 | 144 | 70 |
| Binary | 11111111 | 100000 | 1101001 | 0 | 1010111 | 111011 | 0 | 101010100 | 1100100 | 111000 |
Color Harmonies of #FF2069
Complementary color
Monochromatic Colors of #FF2069
Black with #FF2069
Text Example
Text Example
White with #FF2069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2069; }
p { color: rgb(255,32,105); }
H1.HeaderClassName
{
color: #FF2069;
}
.AnyTagClassName
{
color: #FF2069;
}
</style>
background-color css
<style>
a { background-color: #FF2069; }
a { background-color: rgb(255,32,105); }
div.DivClassName
{
background-color: #FF2069;
}
.BgClassName
{
background-color: #FF2069;
}
</style>
border-color css
<style>
span { border-color: #FF2069; }
span { border-color: rgb(255,32,105); }
td.TdClassName
{
border-color: #FF2069;
}
.TagClassName
{
border-color: #FF2069;
}
</style>