Shades of Radical Red #FF2775
Tints of Radical Red #FF2775
RGB
CMYK
RGB Variations
Color information
#FF2775 (or 0xFF2775) is known color: Radical Red. HEX triplet: FF, 27 and 75. RGB value is (255,39,117). Sum of RGB (Red+Green+Blue) = 255+39+117=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2775 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2775 is #00D88A. Grayscale: #707070. Windows color (decimal): -55435 or 7677951. OLE color: 7677951.
HSL color Cylindrical-coordinate representation of color #FF2775: hue angle of 338.33º 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 #FF2775 is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 117 | - |
| CMYK | 0 | 0.85 | 0.54 | 0 |
| HSL | 338.33º | 1% | 0.58% | - |
| HSV(B) | 338.33º | 0.85% | 1% | - |
| XYZ | 45.18 | 24 | 19.08 | - |
| YUV | 112.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 117 | 0 | 0.85 | 0.54 | 0 | 338.33 | 1 | 0.58 |
| Hex | FF | 27 | 75 | 0 | 55 | 36 | 0 | 152 | 64 | 3A |
| Octal | 377 | 47 | 165 | 0 | 125 | 66 | 0 | 522 | 144 | 72 |
| Binary | 11111111 | 100111 | 1110101 | 0 | 1010101 | 110110 | 0 | 101010010 | 1100100 | 111010 |
Color Harmonies of #FF2775
Complementary color
Monochromatic Colors of #FF2775
Black with #FF2775
Text Example
Text Example
White with #FF2775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2775; }
p { color: rgb(255,39,117); }
H1.HeaderClassName
{
color: #FF2775;
}
.AnyTagClassName
{
color: #FF2775;
}
</style>
background-color css
<style>
a { background-color: #FF2775; }
a { background-color: rgb(255,39,117); }
div.DivClassName
{
background-color: #FF2775;
}
.BgClassName
{
background-color: #FF2775;
}
</style>
border-color css
<style>
span { border-color: #FF2775; }
span { border-color: rgb(255,39,117); }
td.TdClassName
{
border-color: #FF2775;
}
.TagClassName
{
border-color: #FF2775;
}
</style>