Shades of Radical Red #F63069
Tints of Radical Red #F63069
RGB
CMYK
RGB Variations
Color information
#F63069 (or 0xF63069) is known color: Radical Red. HEX triplet: F6, 30 and 69. RGB value is (246,48,105). Sum of RGB (Red+Green+Blue) = 246+48+105=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 105 (41.41% from 255 or 26.32% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F63069 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F63069 is #09CF96. Grayscale: #717171. Windows color (decimal): -642967 or 6893814. OLE color: 6893814.
HSL color Cylindrical-coordinate representation of color #F63069: hue angle of 342.73º 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 #F63069 is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 48 | 105 | - |
| CMYK | 0 | 0.80 | 0.57 | 0.04 |
| HSL | 342.73º | 0.92% | 0.58% | - |
| HSV(B) | 342.73º | 0.8% | 0.96% | - |
| XYZ | 41.61 | 22.73 | 15.56 | - |
| YUV | 113.7 | 123.1 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 48 | 105 | 0 | 0.80 | 0.57 | 0.04 | 342.73 | 0.92 | 0.58 |
| Hex | F6 | 30 | 69 | 0 | 50 | 39 | 4 | 157 | 5C | 3A |
| Octal | 366 | 60 | 151 | 0 | 120 | 71 | 4 | 527 | 134 | 72 |
| Binary | 11110110 | 110000 | 1101001 | 0 | 1010000 | 111001 | 100 | 101010111 | 1011100 | 111010 |
Color Harmonies of #F63069
Complementary color
Monochromatic Colors of #F63069
Black with #F63069
Text Example
Text Example
White with #F63069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63069; }
p { color: rgb(246,48,105); }
H1.HeaderClassName
{
color: #F63069;
}
.AnyTagClassName
{
color: #F63069;
}
</style>
background-color css
<style>
a { background-color: #F63069; }
a { background-color: rgb(246,48,105); }
div.DivClassName
{
background-color: #F63069;
}
.BgClassName
{
background-color: #F63069;
}
</style>
border-color css
<style>
span { border-color: #F63069; }
span { border-color: rgb(246,48,105); }
td.TdClassName
{
border-color: #F63069;
}
.TagClassName
{
border-color: #F63069;
}
</style>