Shades of Radical Red #FF2569
Tints of Radical Red #FF2569
RGB
CMYK
RGB Variations
Color information
#FF2569 (or 0xFF2569) is known color: Radical Red. HEX triplet: FF, 25 and 69. RGB value is (255,37,105). Sum of RGB (Red+Green+Blue) = 255+37+105=397 (52% of max value = 765). Red value is 255 (100% from 255 or 64.23% from 397); Green value is 37 (14.84% from 255 or 9.32% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2569 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2569 is #00DA96. Grayscale: #6D6D6D. Windows color (decimal): -55959 or 6891007. OLE color: 6891007.
HSL color Cylindrical-coordinate representation of color #FF2569: hue angle of 341.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2569 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 105 | - |
| CMYK | 0 | 0.85 | 0.59 | 0 |
| HSL | 341.28º | 1% | 0.57% | - |
| HSV(B) | 341.28º | 0.85% | 1% | - |
| XYZ | 44.45 | 23.6 | 15.58 | - |
| YUV | 109.93 | 125.22 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 105 | 0 | 0.85 | 0.59 | 0 | 341.28 | 1 | 0.57 |
| Hex | FF | 25 | 69 | 0 | 55 | 3B | 0 | 155 | 64 | 39 |
| Octal | 377 | 45 | 151 | 0 | 125 | 73 | 0 | 525 | 144 | 71 |
| Binary | 11111111 | 100101 | 1101001 | 0 | 1010101 | 111011 | 0 | 101010101 | 1100100 | 111001 |
Color Harmonies of #FF2569
Complementary color
Monochromatic Colors of #FF2569
Black with #FF2569
Text Example
Text Example
White with #FF2569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2569; }
p { color: rgb(255,37,105); }
H1.HeaderClassName
{
color: #FF2569;
}
.AnyTagClassName
{
color: #FF2569;
}
</style>
background-color css
<style>
a { background-color: #FF2569; }
a { background-color: rgb(255,37,105); }
div.DivClassName
{
background-color: #FF2569;
}
.BgClassName
{
background-color: #FF2569;
}
</style>
border-color css
<style>
span { border-color: #FF2569; }
span { border-color: rgb(255,37,105); }
td.TdClassName
{
border-color: #FF2569;
}
.TagClassName
{
border-color: #FF2569;
}
</style>