Shades of Radical Red #F6356D
Tints of Radical Red #F6356D
RGB
CMYK
RGB Variations
Color information
#F6356D (or 0xF6356D) is known color: Radical Red. HEX triplet: F6, 35 and 6D. RGB value is (246,53,109). Sum of RGB (Red+Green+Blue) = 246+53+109=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 109 (42.97% from 255 or 26.72% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F6356D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6356D is #09CA92. Grayscale: #757575. Windows color (decimal): -641683 or 7157238. OLE color: 7157238.
HSL color Cylindrical-coordinate representation of color #F6356D: hue angle of 342.59º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6356D is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 109 | - |
| CMYK | 0 | 0.78 | 0.56 | 0.04 |
| HSL | 342.59º | 0.91% | 0.59% | - |
| HSV(B) | 342.59º | 0.78% | 0.96% | - |
| XYZ | 42.04 | 23.24 | 16.74 | - |
| YUV | 117.09 | 123.44 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 109 | 0 | 0.78 | 0.56 | 0.04 | 342.59 | 0.91 | 0.59 |
| Hex | F6 | 35 | 6D | 0 | 4E | 38 | 4 | 157 | 5B | 3B |
| Octal | 366 | 65 | 155 | 0 | 116 | 70 | 4 | 527 | 133 | 73 |
| Binary | 11110110 | 110101 | 1101101 | 0 | 1001110 | 111000 | 100 | 101010111 | 1011011 | 111011 |
Color Harmonies of #F6356D
Complementary color
Monochromatic Colors of #F6356D
Black with #F6356D
Text Example
Text Example
White with #F6356D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6356D; }
p { color: rgb(246,53,109); }
H1.HeaderClassName
{
color: #F6356D;
}
.AnyTagClassName
{
color: #F6356D;
}
</style>
background-color css
<style>
a { background-color: #F6356D; }
a { background-color: rgb(246,53,109); }
div.DivClassName
{
background-color: #F6356D;
}
.BgClassName
{
background-color: #F6356D;
}
</style>
border-color css
<style>
span { border-color: #F6356D; }
span { border-color: rgb(246,53,109); }
td.TdClassName
{
border-color: #F6356D;
}
.TagClassName
{
border-color: #F6356D;
}
</style>