Shades of Radical Red #FF2975
Tints of Radical Red #FF2975
RGB
CMYK
RGB Variations
Color information
#FF2975 (or 0xFF2975) is known color: Radical Red. HEX triplet: FF, 29 and 75. RGB value is (255,41,117). Sum of RGB (Red+Green+Blue) = 255+41+117=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 41 (16.41% from 255 or 9.93% from 413); Blue value is 117 (46.09% from 255 or 28.33% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2975 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2975 is #00D68A. Grayscale: #717171. Windows color (decimal): -54923 or 7678463. OLE color: 7678463.
HSL color Cylindrical-coordinate representation of color #FF2975: hue angle of 338.69º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2975 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 117 | - |
| CMYK | 0 | 0.84 | 0.54 | 0 |
| HSL | 338.69º | 1% | 0.58% | - |
| HSV(B) | 338.69º | 0.84% | 1% | - |
| XYZ | 45.24 | 24.13 | 19.1 | - |
| YUV | 113.65 | 129.9 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 117 | 0 | 0.84 | 0.54 | 0 | 338.69 | 1 | 0.58 |
| Hex | FF | 29 | 75 | 0 | 54 | 36 | 0 | 153 | 64 | 3A |
| Octal | 377 | 51 | 165 | 0 | 124 | 66 | 0 | 523 | 144 | 72 |
| Binary | 11111111 | 101001 | 1110101 | 0 | 1010100 | 110110 | 0 | 101010011 | 1100100 | 111010 |
Color Harmonies of #FF2975
Complementary color
Monochromatic Colors of #FF2975
Black with #FF2975
Text Example
Text Example
White with #FF2975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2975; }
p { color: rgb(255,41,117); }
H1.HeaderClassName
{
color: #FF2975;
}
.AnyTagClassName
{
color: #FF2975;
}
</style>
background-color css
<style>
a { background-color: #FF2975; }
a { background-color: rgb(255,41,117); }
div.DivClassName
{
background-color: #FF2975;
}
.BgClassName
{
background-color: #FF2975;
}
</style>
border-color css
<style>
span { border-color: #FF2975; }
span { border-color: rgb(255,41,117); }
td.TdClassName
{
border-color: #FF2975;
}
.TagClassName
{
border-color: #FF2975;
}
</style>