Shades of Radical Red #F63261
Tints of Radical Red #F63261
RGB
CMYK
RGB Variations
Color information
#F63261 (or 0xF63261) is known color: Radical Red. HEX triplet: F6, 32 and 61. RGB value is (246,50,97). Sum of RGB (Red+Green+Blue) = 246+50+97=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 97 (38.28% from 255 or 24.68% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F63261 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63261 is #09CD9E. Grayscale: #717171. Windows color (decimal): -642463 or 6370038. OLE color: 6370038.
HSL color Cylindrical-coordinate representation of color #F63261: hue angle of 345.61º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F63261 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 97 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.04 |
| HSL | 345.61º | 0.92% | 0.58% | - |
| HSV(B) | 345.61º | 0.8% | 0.96% | - |
| XYZ | 41.3 | 22.74 | 13.52 | - |
| YUV | 113.96 | 118.43 | 222.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 97 | 0 | 0.80 | 0.61 | 0.04 | 345.61 | 0.92 | 0.58 |
| Hex | F6 | 32 | 61 | 0 | 50 | 3D | 4 | 15A | 5C | 3A |
| Octal | 366 | 62 | 141 | 0 | 120 | 75 | 4 | 532 | 134 | 72 |
| Binary | 11110110 | 110010 | 1100001 | 0 | 1010000 | 111101 | 100 | 101011010 | 1011100 | 111010 |
Color Harmonies of #F63261
Complementary color
Monochromatic Colors of #F63261
Black with #F63261
Text Example
Text Example
White with #F63261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63261; }
p { color: rgb(246,50,97); }
H1.HeaderClassName
{
color: #F63261;
}
.AnyTagClassName
{
color: #F63261;
}
</style>
background-color css
<style>
a { background-color: #F63261; }
a { background-color: rgb(246,50,97); }
div.DivClassName
{
background-color: #F63261;
}
.BgClassName
{
background-color: #F63261;
}
</style>
border-color css
<style>
span { border-color: #F63261; }
span { border-color: rgb(246,50,97); }
td.TdClassName
{
border-color: #F63261;
}
.TagClassName
{
border-color: #F63261;
}
</style>