Shades of Radical Red #F63258
Tints of Radical Red #F63258
RGB
CMYK
RGB Variations
Color information
#F63258 (or 0xF63258) is known color: Radical Red. HEX triplet: F6, 32 and 58. RGB value is (246,50,88). Sum of RGB (Red+Green+Blue) = 246+50+88=384 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.06% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 88 (34.77% from 255 or 22.92% from 384); Max value from RGB is 246 - color contains mainly: red. Hex color #F63258 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63258 is #09CDA7. Grayscale: #707070. Windows color (decimal): -642472 or 5780214. OLE color: 5780214.
HSL color Cylindrical-coordinate representation of color #F63258: hue angle of 348.37º 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 #F63258 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 88 | - |
| CMYK | 0 | 0.80 | 0.64 | 0.04 |
| HSL | 348.37º | 0.92% | 0.58% | - |
| HSV(B) | 348.37º | 0.8% | 0.96% | - |
| XYZ | 40.91 | 22.58 | 11.43 | - |
| YUV | 112.94 | 113.93 | 222.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 88 | 0 | 0.80 | 0.64 | 0.04 | 348.37 | 0.92 | 0.58 |
| Hex | F6 | 32 | 58 | 0 | 50 | 40 | 4 | 15C | 5C | 3A |
| Octal | 366 | 62 | 130 | 0 | 120 | 100 | 4 | 534 | 134 | 72 |
| Binary | 11110110 | 110010 | 1011000 | 0 | 1010000 | 1000000 | 100 | 101011100 | 1011100 | 111010 |
Color Harmonies of #F63258
Complementary color
Monochromatic Colors of #F63258
Black with #F63258
Text Example
Text Example
White with #F63258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63258; }
p { color: rgb(246,50,88); }
H1.HeaderClassName
{
color: #F63258;
}
.AnyTagClassName
{
color: #F63258;
}
</style>
background-color css
<style>
a { background-color: #F63258; }
a { background-color: rgb(246,50,88); }
div.DivClassName
{
background-color: #F63258;
}
.BgClassName
{
background-color: #F63258;
}
</style>
border-color css
<style>
span { border-color: #F63258; }
span { border-color: rgb(246,50,88); }
td.TdClassName
{
border-color: #F63258;
}
.TagClassName
{
border-color: #F63258;
}
</style>