Shades of Radical Red #FF3261
Tints of Radical Red #FF3261
RGB
CMYK
RGB Variations
Color information
#FF3261 (or 0xFF3261) is known color: Radical Red. HEX triplet: FF, 32 and 61. RGB value is (255,50,97). Sum of RGB (Red+Green+Blue) = 255+50+97=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 97 (38.28% from 255 or 24.13% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3261 is #00CD9E. Grayscale: #747474. Windows color (decimal): -52639 or 6370047. OLE color: 6370047.
HSL color Cylindrical-coordinate representation of color #FF3261: hue angle of 346.24º 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 #FF3261 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 97 | - |
| CMYK | 0 | 0.80 | 0.62 | 0 |
| HSL | 346.24º | 1% | 0.6% | - |
| HSV(B) | 346.24º | 0.8% | 1% | - |
| XYZ | 44.54 | 24.4 | 13.67 | - |
| YUV | 116.65 | 116.92 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 97 | 0 | 0.80 | 0.62 | 0 | 346.24 | 1 | 0.6 |
| Hex | FF | 32 | 61 | 0 | 50 | 3E | 0 | 15A | 64 | 3C |
| Octal | 377 | 62 | 141 | 0 | 120 | 76 | 0 | 532 | 144 | 74 |
| Binary | 11111111 | 110010 | 1100001 | 0 | 1010000 | 111110 | 0 | 101011010 | 1100100 | 111100 |
Color Harmonies of #FF3261
Complementary color
Monochromatic Colors of #FF3261
Black with #FF3261
Text Example
Text Example
White with #FF3261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3261; }
p { color: rgb(255,50,97); }
H1.HeaderClassName
{
color: #FF3261;
}
.AnyTagClassName
{
color: #FF3261;
}
</style>
background-color css
<style>
a { background-color: #FF3261; }
a { background-color: rgb(255,50,97); }
div.DivClassName
{
background-color: #FF3261;
}
.BgClassName
{
background-color: #FF3261;
}
</style>
border-color css
<style>
span { border-color: #FF3261; }
span { border-color: rgb(255,50,97); }
td.TdClassName
{
border-color: #FF3261;
}
.TagClassName
{
border-color: #FF3261;
}
</style>