Shades of Radical Red #F6385B
Tints of Radical Red #F6385B
RGB
CMYK
RGB Variations
Color information
#F6385B (or 0xF6385B) is known color: Radical Red. HEX triplet: F6, 38 and 5B. RGB value is (246,56,91). Sum of RGB (Red+Green+Blue) = 246+56+91=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 91 (35.94% from 255 or 23.16% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6385B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6385B is #09C7A4. Grayscale: #747474. Windows color (decimal): -640933 or 5978358. OLE color: 5978358.
HSL color Cylindrical-coordinate representation of color #F6385B: hue angle of 348.95º 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 #F6385B is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 91 | - |
| CMYK | 0 | 0.77 | 0.63 | 0.04 |
| HSL | 348.95º | 0.91% | 0.59% | - |
| HSV(B) | 348.95º | 0.77% | 0.96% | - |
| XYZ | 41.31 | 23.18 | 12.19 | - |
| YUV | 116.8 | 113.45 | 220.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 91 | 0 | 0.77 | 0.63 | 0.04 | 348.95 | 0.91 | 0.59 |
| Hex | F6 | 38 | 5B | 0 | 4D | 3F | 4 | 15D | 5B | 3B |
| Octal | 366 | 70 | 133 | 0 | 115 | 77 | 4 | 535 | 133 | 73 |
| Binary | 11110110 | 111000 | 1011011 | 0 | 1001101 | 111111 | 100 | 101011101 | 1011011 | 111011 |
Color Harmonies of #F6385B
Complementary color
Monochromatic Colors of #F6385B
Black with #F6385B
Text Example
Text Example
White with #F6385B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6385B; }
p { color: rgb(246,56,91); }
H1.HeaderClassName
{
color: #F6385B;
}
.AnyTagClassName
{
color: #F6385B;
}
</style>
background-color css
<style>
a { background-color: #F6385B; }
a { background-color: rgb(246,56,91); }
div.DivClassName
{
background-color: #F6385B;
}
.BgClassName
{
background-color: #F6385B;
}
</style>
border-color css
<style>
span { border-color: #F6385B; }
span { border-color: rgb(246,56,91); }
td.TdClassName
{
border-color: #F6385B;
}
.TagClassName
{
border-color: #F6385B;
}
</style>