Shades of Radical Red #FF295A
Tints of Radical Red #FF295A
RGB
CMYK
RGB Variations
Color information
#FF295A (or 0xFF295A) is known color: Radical Red. HEX triplet: FF, 29 and 5A. RGB value is (255,41,90). Sum of RGB (Red+Green+Blue) = 255+41+90=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF295A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF295A is #00D6A5. Grayscale: #6E6E6E. Windows color (decimal): -54950 or 5908991. OLE color: 5908991.
HSL color Cylindrical-coordinate representation of color #FF295A: hue angle of 346.26º 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 #FF295A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 90 | - |
| CMYK | 0 | 0.84 | 0.65 | 0 |
| HSL | 346.26º | 1% | 0.58% | - |
| HSV(B) | 346.26º | 0.84% | 1% | - |
| XYZ | 43.88 | 23.58 | 11.91 | - |
| YUV | 110.57 | 116.4 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 90 | 0 | 0.84 | 0.65 | 0 | 346.26 | 1 | 0.58 |
| Hex | FF | 29 | 5A | 0 | 54 | 41 | 0 | 15A | 64 | 3A |
| Octal | 377 | 51 | 132 | 0 | 124 | 101 | 0 | 532 | 144 | 72 |
| Binary | 11111111 | 101001 | 1011010 | 0 | 1010100 | 1000001 | 0 | 101011010 | 1100100 | 111010 |
Color Harmonies of #FF295A
Complementary color
Monochromatic Colors of #FF295A
Black with #FF295A
Text Example
Text Example
White with #FF295A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF295A; }
p { color: rgb(255,41,90); }
H1.HeaderClassName
{
color: #FF295A;
}
.AnyTagClassName
{
color: #FF295A;
}
</style>
background-color css
<style>
a { background-color: #FF295A; }
a { background-color: rgb(255,41,90); }
div.DivClassName
{
background-color: #FF295A;
}
.BgClassName
{
background-color: #FF295A;
}
</style>
border-color css
<style>
span { border-color: #FF295A; }
span { border-color: rgb(255,41,90); }
td.TdClassName
{
border-color: #FF295A;
}
.TagClassName
{
border-color: #FF295A;
}
</style>