Shades of Deep Pink #F6188C
Tints of Deep Pink #F6188C
RGB
CMYK
RGB Variations
Color information
#F6188C (or 0xF6188C) is known color: Deep Pink. HEX triplet: F6, 18 and 8C. RGB value is (246,24,140). Sum of RGB (Red+Green+Blue) = 246+24+140=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F6188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6188C is #09E773. Grayscale: #676767. Windows color (decimal): -649076 or 9181430. OLE color: 9181430.
HSL color Cylindrical-coordinate representation of color #F6188C: hue angle of 328.65º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F6188C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 140 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.04 |
| HSL | 328.65º | 0.93% | 0.53% | - |
| HSV(B) | 328.65º | 0.9% | 0.96% | - |
| XYZ | 43.07 | 22.14 | 26.81 | - |
| YUV | 103.6 | 148.55 | 229.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 140 | 0 | 0.90 | 0.43 | 0.04 | 328.65 | 0.93 | 0.53 |
| Hex | F6 | 18 | 8C | 0 | 5A | 2B | 4 | 149 | 5C | 35 |
| Octal | 366 | 30 | 214 | 0 | 132 | 53 | 4 | 511 | 134 | 65 |
| Binary | 11110110 | 11000 | 10001100 | 0 | 1011010 | 101011 | 100 | 101001001 | 1011100 | 110101 |
Color Harmonies of #F6188C
Complementary color
Monochromatic Colors of #F6188C
Black with #F6188C
Text Example
Text Example
White with #F6188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6188C; }
p { color: rgb(246,24,140); }
H1.HeaderClassName
{
color: #F6188C;
}
.AnyTagClassName
{
color: #F6188C;
}
</style>
background-color css
<style>
a { background-color: #F6188C; }
a { background-color: rgb(246,24,140); }
div.DivClassName
{
background-color: #F6188C;
}
.BgClassName
{
background-color: #F6188C;
}
</style>
border-color css
<style>
span { border-color: #F6188C; }
span { border-color: rgb(246,24,140); }
td.TdClassName
{
border-color: #F6188C;
}
.TagClassName
{
border-color: #F6188C;
}
</style>