Shades of Violet Red #F6388D
Tints of Violet Red #F6388D
RGB
CMYK
RGB Variations
Color information
#F6388D (or 0xF6388D) is known color: Violet Red. HEX triplet: F6, 38 and 8D. RGB value is (246,56,141). Sum of RGB (Red+Green+Blue) = 246+56+141=443 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.53% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 246 - color contains mainly: red. Hex color #F6388D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F6388D is #09C772. Grayscale: #7A7A7A. Windows color (decimal): -640883 or 9255158. OLE color: 9255158.
HSL color Cylindrical-coordinate representation of color #F6388D: hue angle of 333.16º 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 #F6388D is Cyan = 0, Magento = 0.77, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 56 | 141 | - |
| CMYK | 0 | 0.77 | 0.43 | 0.04 |
| HSL | 333.16º | 0.91% | 0.59% | - |
| HSV(B) | 333.16º | 0.77% | 0.96% | - |
| XYZ | 44.23 | 24.34 | 27.57 | - |
| YUV | 122.5 | 138.45 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 56 | 141 | 0 | 0.77 | 0.43 | 0.04 | 333.16 | 0.91 | 0.59 |
| Hex | F6 | 38 | 8D | 0 | 4D | 2B | 4 | 14D | 5B | 3B |
| Octal | 366 | 70 | 215 | 0 | 115 | 53 | 4 | 515 | 133 | 73 |
| Binary | 11110110 | 111000 | 10001101 | 0 | 1001101 | 101011 | 100 | 101001101 | 1011011 | 111011 |
Color Harmonies of #F6388D
Complementary color
Monochromatic Colors of #F6388D
Black with #F6388D
Text Example
Text Example
White with #F6388D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6388D; }
p { color: rgb(246,56,141); }
H1.HeaderClassName
{
color: #F6388D;
}
.AnyTagClassName
{
color: #F6388D;
}
</style>
background-color css
<style>
a { background-color: #F6388D; }
a { background-color: rgb(246,56,141); }
div.DivClassName
{
background-color: #F6388D;
}
.BgClassName
{
background-color: #F6388D;
}
</style>
border-color css
<style>
span { border-color: #F6388D; }
span { border-color: rgb(246,56,141); }
td.TdClassName
{
border-color: #F6388D;
}
.TagClassName
{
border-color: #F6388D;
}
</style>