Shades of Radical Red #F6385C
Tints of Radical Red #F6385C
RGB
CMYK
RGB Variations
Color information
#F6385C (or 0xF6385C) is known color: Radical Red. HEX triplet: F6, 38 and 5C. RGB value is (246,56,92). Sum of RGB (Red+Green+Blue) = 246+56+92=394 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.44% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 246 - color contains mainly: red. Hex color #F6385C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6385C is #09C7A3. Grayscale: #747474. Windows color (decimal): -640932 or 6043894. OLE color: 6043894.
HSL color Cylindrical-coordinate representation of color #F6385C: hue angle of 348.63º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F6385C is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 92 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.04 |
| HSL | 348.63º | 0.91% | 0.59% | - |
| HSV(B) | 348.63º | 0.77% | 0.96% | - |
| XYZ | 41.35 | 23.19 | 12.42 | - |
| YUV | 116.91 | 113.95 | 220.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 92 | 0 | 0.77 | 0.63 | 0.04 | 348.63 | 0.91 | 0.59 |
| Hex | F6 | 38 | 5C | 0 | 4D | 3F | 4 | 15D | 5B | 3B |
| Octal | 366 | 70 | 134 | 0 | 115 | 77 | 4 | 535 | 133 | 73 |
| Binary | 11110110 | 111000 | 1011100 | 0 | 1001101 | 111111 | 100 | 101011101 | 1011011 | 111011 |
Color Harmonies of #F6385C
Complementary color
Monochromatic Colors of #F6385C
Black with #F6385C
Text Example
Text Example
White with #F6385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6385C; }
p { color: rgb(246,56,92); }
H1.HeaderClassName
{
color: #F6385C;
}
.AnyTagClassName
{
color: #F6385C;
}
</style>
background-color css
<style>
a { background-color: #F6385C; }
a { background-color: rgb(246,56,92); }
div.DivClassName
{
background-color: #F6385C;
}
.BgClassName
{
background-color: #F6385C;
}
</style>
border-color css
<style>
span { border-color: #F6385C; }
span { border-color: rgb(246,56,92); }
td.TdClassName
{
border-color: #F6385C;
}
.TagClassName
{
border-color: #F6385C;
}
</style>