Shades of Radical Red #FF3259
Tints of Radical Red #FF3259
RGB
CMYK
RGB Variations
Color information
#FF3259 (or 0xFF3259) is known color: Radical Red. HEX triplet: FF, 32 and 59. RGB value is (255,50,89). Sum of RGB (Red+Green+Blue) = 255+50+89=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3259 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3259 is #00CDA6. Grayscale: #737373. Windows color (decimal): -52647 or 5845759. OLE color: 5845759.
HSL color Cylindrical-coordinate representation of color #FF3259: hue angle of 348.59º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FF3259 is Cyan = 0, Magento = 0.80, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 89 | - |
| CMYK | 0 | 0.80 | 0.65 | 0 |
| HSL | 348.59º | 1% | 0.6% | - |
| HSV(B) | 348.59º | 0.8% | 1% | - |
| XYZ | 44.18 | 24.26 | 11.81 | - |
| YUV | 115.74 | 112.92 | 227.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 89 | 0 | 0.80 | 0.65 | 0 | 348.59 | 1 | 0.6 |
| Hex | FF | 32 | 59 | 0 | 50 | 41 | 0 | 15D | 64 | 3C |
| Octal | 377 | 62 | 131 | 0 | 120 | 101 | 0 | 535 | 144 | 74 |
| Binary | 11111111 | 110010 | 1011001 | 0 | 1010000 | 1000001 | 0 | 101011101 | 1100100 | 111100 |
Color Harmonies of #FF3259
Complementary color
Monochromatic Colors of #FF3259
Black with #FF3259
Text Example
Text Example
White with #FF3259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3259; }
p { color: rgb(255,50,89); }
H1.HeaderClassName
{
color: #FF3259;
}
.AnyTagClassName
{
color: #FF3259;
}
</style>
background-color css
<style>
a { background-color: #FF3259; }
a { background-color: rgb(255,50,89); }
div.DivClassName
{
background-color: #FF3259;
}
.BgClassName
{
background-color: #FF3259;
}
</style>
border-color css
<style>
span { border-color: #FF3259; }
span { border-color: rgb(255,50,89); }
td.TdClassName
{
border-color: #FF3259;
}
.TagClassName
{
border-color: #FF3259;
}
</style>