Shades of Radical Red #F63068
Tints of Radical Red #F63068
RGB
CMYK
RGB Variations
Color information
#F63068 (or 0xF63068) is known color: Radical Red. HEX triplet: F6, 30 and 68. RGB value is (246,48,104). Sum of RGB (Red+Green+Blue) = 246+48+104=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F63068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63068 is #09CF97. Grayscale: #717171. Windows color (decimal): -642968 or 6828278. OLE color: 6828278.
HSL color Cylindrical-coordinate representation of color #F63068: hue angle of 343.03º 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 #F63068 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 104 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.04 |
| HSL | 343.03º | 0.92% | 0.58% | - |
| HSV(B) | 343.03º | 0.8% | 0.96% | - |
| XYZ | 41.56 | 22.71 | 15.29 | - |
| YUV | 113.59 | 122.6 | 222.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 104 | 0 | 0.80 | 0.58 | 0.04 | 343.03 | 0.92 | 0.58 |
| Hex | F6 | 30 | 68 | 0 | 50 | 3A | 4 | 157 | 5C | 3A |
| Octal | 366 | 60 | 150 | 0 | 120 | 72 | 4 | 527 | 134 | 72 |
| Binary | 11110110 | 110000 | 1101000 | 0 | 1010000 | 111010 | 100 | 101010111 | 1011100 | 111010 |
Color Harmonies of #F63068
Complementary color
Monochromatic Colors of #F63068
Black with #F63068
Text Example
Text Example
White with #F63068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63068; }
p { color: rgb(246,48,104); }
H1.HeaderClassName
{
color: #F63068;
}
.AnyTagClassName
{
color: #F63068;
}
</style>
background-color css
<style>
a { background-color: #F63068; }
a { background-color: rgb(246,48,104); }
div.DivClassName
{
background-color: #F63068;
}
.BgClassName
{
background-color: #F63068;
}
</style>
border-color css
<style>
span { border-color: #F63068; }
span { border-color: rgb(246,48,104); }
td.TdClassName
{
border-color: #F63068;
}
.TagClassName
{
border-color: #F63068;
}
</style>