Shades of Radical Red #F62773
Tints of Radical Red #F62773
RGB
CMYK
RGB Variations
Color information
#F62773 (or 0xF62773) is known color: Radical Red. HEX triplet: F6, 27 and 73. RGB value is (246,39,115). Sum of RGB (Red+Green+Blue) = 246+39+115=400 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.5% from 400); Green value is 39 (15.62% from 255 or 9.75% from 400); Blue value is 115 (45.31% from 255 or 28.75% from 400); Max value from RGB is 246 - color contains mainly: red. Hex color #F62773 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62773 is #09D88C. Grayscale: #6D6D6D. Windows color (decimal): -645261 or 7546870. OLE color: 7546870.
HSL color Cylindrical-coordinate representation of color #F62773: hue angle of 337.97º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F62773 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 39 | 115 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.04 |
| HSL | 337.97º | 0.92% | 0.56% | - |
| HSV(B) | 337.97º | 0.84% | 0.96% | - |
| XYZ | 41.83 | 22.28 | 18.32 | - |
| YUV | 109.56 | 131.08 | 225.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 39 | 115 | 0 | 0.84 | 0.53 | 0.04 | 337.97 | 0.92 | 0.56 |
| Hex | F6 | 27 | 73 | 0 | 54 | 35 | 4 | 152 | 5C | 38 |
| Octal | 366 | 47 | 163 | 0 | 124 | 65 | 4 | 522 | 134 | 70 |
| Binary | 11110110 | 100111 | 1110011 | 0 | 1010100 | 110101 | 100 | 101010010 | 1011100 | 111000 |
Color Harmonies of #F62773
Complementary color
Monochromatic Colors of #F62773
Black with #F62773
Text Example
Text Example
White with #F62773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62773; }
p { color: rgb(246,39,115); }
H1.HeaderClassName
{
color: #F62773;
}
.AnyTagClassName
{
color: #F62773;
}
</style>
background-color css
<style>
a { background-color: #F62773; }
a { background-color: rgb(246,39,115); }
div.DivClassName
{
background-color: #F62773;
}
.BgClassName
{
background-color: #F62773;
}
</style>
border-color css
<style>
span { border-color: #F62773; }
span { border-color: rgb(246,39,115); }
td.TdClassName
{
border-color: #F62773;
}
.TagClassName
{
border-color: #F62773;
}
</style>