Shades of Radical Red #FF2469
Tints of Radical Red #FF2469
RGB
CMYK
RGB Variations
Color information
#FF2469 (or 0xFF2469) is known color: Radical Red. HEX triplet: FF, 24 and 69. RGB value is (255,36,105). Sum of RGB (Red+Green+Blue) = 255+36+105=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 105 (41.41% from 255 or 26.52% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2469 is #00DB96. Grayscale: #6D6D6D. Windows color (decimal): -56215 or 6890751. OLE color: 6890751.
HSL color Cylindrical-coordinate representation of color #FF2469: hue angle of 341.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2469 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 105 | - |
| CMYK | 0 | 0.86 | 0.59 | 0 |
| HSL | 341.1º | 1% | 0.57% | - |
| HSV(B) | 341.1º | 0.86% | 1% | - |
| XYZ | 44.42 | 23.54 | 15.57 | - |
| YUV | 109.35 | 125.55 | 231.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 105 | 0 | 0.86 | 0.59 | 0 | 341.1 | 1 | 0.57 |
| Hex | FF | 24 | 69 | 0 | 56 | 3B | 0 | 155 | 64 | 39 |
| Octal | 377 | 44 | 151 | 0 | 126 | 73 | 0 | 525 | 144 | 71 |
| Binary | 11111111 | 100100 | 1101001 | 0 | 1010110 | 111011 | 0 | 101010101 | 1100100 | 111001 |
Color Harmonies of #FF2469
Complementary color
Monochromatic Colors of #FF2469
Black with #FF2469
Text Example
Text Example
White with #FF2469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2469; }
p { color: rgb(255,36,105); }
H1.HeaderClassName
{
color: #FF2469;
}
.AnyTagClassName
{
color: #FF2469;
}
</style>
background-color css
<style>
a { background-color: #FF2469; }
a { background-color: rgb(255,36,105); }
div.DivClassName
{
background-color: #FF2469;
}
.BgClassName
{
background-color: #FF2469;
}
</style>
border-color css
<style>
span { border-color: #FF2469; }
span { border-color: rgb(255,36,105); }
td.TdClassName
{
border-color: #FF2469;
}
.TagClassName
{
border-color: #FF2469;
}
</style>