Shades of Radical Red #F6326F
Tints of Radical Red #F6326F
RGB
CMYK
RGB Variations
Color information
#F6326F (or 0xF6326F) is known color: Radical Red. HEX triplet: F6, 32 and 6F. RGB value is (246,50,111). Sum of RGB (Red+Green+Blue) = 246+50+111=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 50 (19.92% from 255 or 12.29% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6326F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6326F is #09CD90. Grayscale: #737373. Windows color (decimal): -642449 or 7287542. OLE color: 7287542.
HSL color Cylindrical-coordinate representation of color #F6326F: hue angle of 341.33º 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 #F6326F is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 111 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.04 |
| HSL | 341.33º | 0.92% | 0.58% | - |
| HSV(B) | 341.33º | 0.8% | 0.96% | - |
| XYZ | 42.02 | 23.02 | 17.27 | - |
| YUV | 115.56 | 125.43 | 221.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 111 | 0 | 0.80 | 0.55 | 0.04 | 341.33 | 0.92 | 0.58 |
| Hex | F6 | 32 | 6F | 0 | 50 | 37 | 4 | 155 | 5C | 3A |
| Octal | 366 | 62 | 157 | 0 | 120 | 67 | 4 | 525 | 134 | 72 |
| Binary | 11110110 | 110010 | 1101111 | 0 | 1010000 | 110111 | 100 | 101010101 | 1011100 | 111010 |
Color Harmonies of #F6326F
Complementary color
Monochromatic Colors of #F6326F
Black with #F6326F
Text Example
Text Example
White with #F6326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6326F; }
p { color: rgb(246,50,111); }
H1.HeaderClassName
{
color: #F6326F;
}
.AnyTagClassName
{
color: #F6326F;
}
</style>
background-color css
<style>
a { background-color: #F6326F; }
a { background-color: rgb(246,50,111); }
div.DivClassName
{
background-color: #F6326F;
}
.BgClassName
{
background-color: #F6326F;
}
</style>
border-color css
<style>
span { border-color: #F6326F; }
span { border-color: rgb(246,50,111); }
td.TdClassName
{
border-color: #F6326F;
}
.TagClassName
{
border-color: #F6326F;
}
</style>