Shades of Deep Pink #F6189C
Tints of Deep Pink #F6189C
RGB
CMYK
RGB Variations
Color information
#F6189C (or 0xF6189C) is known color: Deep Pink. HEX triplet: F6, 18 and 9C. RGB value is (246,24,156). Sum of RGB (Red+Green+Blue) = 246+24+156=426 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.75% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 246 - color contains mainly: red. Hex color #F6189C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6189C is #09E763. Grayscale: #696969. Windows color (decimal): -649060 or 10230006. OLE color: 10230006.
HSL color Cylindrical-coordinate representation of color #F6189C: hue angle of 324.32º 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 #F6189C is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 24 | 156 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.04 |
| HSL | 324.32º | 0.93% | 0.53% | - |
| HSV(B) | 324.32º | 0.9% | 0.96% | - |
| XYZ | 44.33 | 22.65 | 33.49 | - |
| YUV | 105.43 | 156.55 | 228.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 24 | 156 | 0 | 0.90 | 0.37 | 0.04 | 324.32 | 0.93 | 0.53 |
| Hex | F6 | 18 | 9C | 0 | 5A | 25 | 4 | 144 | 5C | 35 |
| Octal | 366 | 30 | 234 | 0 | 132 | 45 | 4 | 504 | 134 | 65 |
| Binary | 11110110 | 11000 | 10011100 | 0 | 1011010 | 100101 | 100 | 101000100 | 1011100 | 110101 |
Color Harmonies of #F6189C
Complementary color
Monochromatic Colors of #F6189C
Black with #F6189C
Text Example
Text Example
White with #F6189C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6189C; }
p { color: rgb(246,24,156); }
H1.HeaderClassName
{
color: #F6189C;
}
.AnyTagClassName
{
color: #F6189C;
}
</style>
background-color css
<style>
a { background-color: #F6189C; }
a { background-color: rgb(246,24,156); }
div.DivClassName
{
background-color: #F6189C;
}
.BgClassName
{
background-color: #F6189C;
}
</style>
border-color css
<style>
span { border-color: #F6189C; }
span { border-color: rgb(246,24,156); }
td.TdClassName
{
border-color: #F6189C;
}
.TagClassName
{
border-color: #F6189C;
}
</style>