Shades of Radical Red #FF2568
Tints of Radical Red #FF2568
RGB
CMYK
RGB Variations
Color information
#FF2568 (or 0xFF2568) is known color: Radical Red. HEX triplet: FF, 25 and 68. RGB value is (255,37,104). Sum of RGB (Red+Green+Blue) = 255+37+104=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 37 (14.84% from 255 or 9.34% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2568 is #00DA97. Grayscale: #6D6D6D. Windows color (decimal): -55960 or 6825471. OLE color: 6825471.
HSL color Cylindrical-coordinate representation of color #FF2568: hue angle of 341.56º 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 #FF2568 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 104 | - |
| CMYK | 0 | 0.85 | 0.59 | 0 |
| HSL | 341.56º | 1% | 0.57% | - |
| HSV(B) | 341.56º | 0.85% | 1% | - |
| XYZ | 44.4 | 23.58 | 15.31 | - |
| YUV | 109.82 | 124.72 | 231.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 104 | 0 | 0.85 | 0.59 | 0 | 341.56 | 1 | 0.57 |
| Hex | FF | 25 | 68 | 0 | 55 | 3B | 0 | 156 | 64 | 39 |
| Octal | 377 | 45 | 150 | 0 | 125 | 73 | 0 | 526 | 144 | 71 |
| Binary | 11111111 | 100101 | 1101000 | 0 | 1010101 | 111011 | 0 | 101010110 | 1100100 | 111001 |
Color Harmonies of #FF2568
Complementary color
Monochromatic Colors of #FF2568
Black with #FF2568
Text Example
Text Example
White with #FF2568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2568; }
p { color: rgb(255,37,104); }
H1.HeaderClassName
{
color: #FF2568;
}
.AnyTagClassName
{
color: #FF2568;
}
</style>
background-color css
<style>
a { background-color: #FF2568; }
a { background-color: rgb(255,37,104); }
div.DivClassName
{
background-color: #FF2568;
}
.BgClassName
{
background-color: #FF2568;
}
</style>
border-color css
<style>
span { border-color: #FF2568; }
span { border-color: rgb(255,37,104); }
td.TdClassName
{
border-color: #FF2568;
}
.TagClassName
{
border-color: #FF2568;
}
</style>