Shades of Radical Red #FF2769
Tints of Radical Red #FF2769
RGB
CMYK
RGB Variations
Color information
#FF2769 (or 0xFF2769) is known color: Radical Red. HEX triplet: FF, 27 and 69. RGB value is (255,39,105). Sum of RGB (Red+Green+Blue) = 255+39+105=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2769 is #00D896. Grayscale: #6F6F6F. Windows color (decimal): -55447 or 6891519. OLE color: 6891519.
HSL color Cylindrical-coordinate representation of color #FF2769: hue angle of 341.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2769 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 105 | - |
| CMYK | 0 | 0.85 | 0.59 | 0 |
| HSL | 341.67º | 1% | 0.58% | - |
| HSV(B) | 341.67º | 0.85% | 1% | - |
| XYZ | 44.52 | 23.73 | 15.6 | - |
| YUV | 111.11 | 124.56 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 105 | 0 | 0.85 | 0.59 | 0 | 341.67 | 1 | 0.58 |
| Hex | FF | 27 | 69 | 0 | 55 | 3B | 0 | 156 | 64 | 3A |
| Octal | 377 | 47 | 151 | 0 | 125 | 73 | 0 | 526 | 144 | 72 |
| Binary | 11111111 | 100111 | 1101001 | 0 | 1010101 | 111011 | 0 | 101010110 | 1100100 | 111010 |
Color Harmonies of #FF2769
Complementary color
Monochromatic Colors of #FF2769
Black with #FF2769
Text Example
Text Example
White with #FF2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2769; }
p { color: rgb(255,39,105); }
H1.HeaderClassName
{
color: #FF2769;
}
.AnyTagClassName
{
color: #FF2769;
}
</style>
background-color css
<style>
a { background-color: #FF2769; }
a { background-color: rgb(255,39,105); }
div.DivClassName
{
background-color: #FF2769;
}
.BgClassName
{
background-color: #FF2769;
}
</style>
border-color css
<style>
span { border-color: #FF2769; }
span { border-color: rgb(255,39,105); }
td.TdClassName
{
border-color: #FF2769;
}
.TagClassName
{
border-color: #FF2769;
}
</style>