Shades of Radical Red #FF295F
Tints of Radical Red #FF295F
RGB
CMYK
RGB Variations
Color information
#FF295F (or 0xFF295F) is known color: Radical Red. HEX triplet: FF, 29 and 5F. RGB value is (255,41,95). Sum of RGB (Red+Green+Blue) = 255+41+95=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF295F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF295F is #00D6A0. Grayscale: #6F6F6F. Windows color (decimal): -54945 or 6236671. OLE color: 6236671.
HSL color Cylindrical-coordinate representation of color #FF295F: hue angle of 344.86º 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 #FF295F is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 95 | - |
| CMYK | 0 | 0.84 | 0.63 | 0 |
| HSL | 344.86º | 1% | 0.58% | - |
| HSV(B) | 344.86º | 0.84% | 1% | - |
| XYZ | 44.1 | 23.67 | 13.07 | - |
| YUV | 111.14 | 118.9 | 230.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 95 | 0 | 0.84 | 0.63 | 0 | 344.86 | 1 | 0.58 |
| Hex | FF | 29 | 5F | 0 | 54 | 3F | 0 | 159 | 64 | 3A |
| Octal | 377 | 51 | 137 | 0 | 124 | 77 | 0 | 531 | 144 | 72 |
| Binary | 11111111 | 101001 | 1011111 | 0 | 1010100 | 111111 | 0 | 101011001 | 1100100 | 111010 |
Color Harmonies of #FF295F
Complementary color
Monochromatic Colors of #FF295F
Black with #FF295F
Text Example
Text Example
White with #FF295F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF295F; }
p { color: rgb(255,41,95); }
H1.HeaderClassName
{
color: #FF295F;
}
.AnyTagClassName
{
color: #FF295F;
}
</style>
background-color css
<style>
a { background-color: #FF295F; }
a { background-color: rgb(255,41,95); }
div.DivClassName
{
background-color: #FF295F;
}
.BgClassName
{
background-color: #FF295F;
}
</style>
border-color css
<style>
span { border-color: #FF295F; }
span { border-color: rgb(255,41,95); }
td.TdClassName
{
border-color: #FF295F;
}
.TagClassName
{
border-color: #FF295F;
}
</style>