Shades of Radical Red #F6355A
Tints of Radical Red #F6355A
RGB
CMYK
RGB Variations
Color information
#F6355A (or 0xF6355A) is known color: Radical Red. HEX triplet: F6, 35 and 5A. RGB value is (246,53,90). Sum of RGB (Red+Green+Blue) = 246+53+90=389 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.24% from 389); Green value is 53 (21.09% from 255 or 13.62% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 246 - color contains mainly: red. Hex color #F6355A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6355A is #09CAA5. Grayscale: #727272. Windows color (decimal): -641702 or 5912054. OLE color: 5912054.
HSL color Cylindrical-coordinate representation of color #F6355A: hue angle of 348.5º 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 #F6355A is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 53 | 90 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.04 |
| HSL | 348.5º | 0.91% | 0.59% | - |
| HSV(B) | 348.5º | 0.78% | 0.96% | - |
| XYZ | 41.12 | 22.88 | 11.92 | - |
| YUV | 114.93 | 113.94 | 221.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 53 | 90 | 0 | 0.78 | 0.63 | 0.04 | 348.5 | 0.91 | 0.59 |
| Hex | F6 | 35 | 5A | 0 | 4E | 3F | 4 | 15C | 5B | 3B |
| Octal | 366 | 65 | 132 | 0 | 116 | 77 | 4 | 534 | 133 | 73 |
| Binary | 11110110 | 110101 | 1011010 | 0 | 1001110 | 111111 | 100 | 101011100 | 1011011 | 111011 |
Color Harmonies of #F6355A
Complementary color
Monochromatic Colors of #F6355A
Black with #F6355A
Text Example
Text Example
White with #F6355A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6355A; }
p { color: rgb(246,53,90); }
H1.HeaderClassName
{
color: #F6355A;
}
.AnyTagClassName
{
color: #F6355A;
}
</style>
background-color css
<style>
a { background-color: #F6355A; }
a { background-color: rgb(246,53,90); }
div.DivClassName
{
background-color: #F6355A;
}
.BgClassName
{
background-color: #F6355A;
}
</style>
border-color css
<style>
span { border-color: #F6355A; }
span { border-color: rgb(246,53,90); }
td.TdClassName
{
border-color: #F6355A;
}
.TagClassName
{
border-color: #F6355A;
}
</style>