Shades of Deep Pink #F6159C
Tints of Deep Pink #F6159C
RGB
CMYK
RGB Variations
Color information
#F6159C (or 0xF6159C) is known color: Deep Pink. HEX triplet: F6, 15 and 9C. RGB value is (246,21,156). Sum of RGB (Red+Green+Blue) = 246+21+156=423 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.16% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 246 - color contains mainly: red. Hex color #F6159C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6159C is #09EA63. Grayscale: #676767. Windows color (decimal): -649828 or 10229238. OLE color: 10229238.
HSL color Cylindrical-coordinate representation of color #F6159C: hue angle of 324º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6159C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 21 | 156 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.04 |
| HSL | 324º | 0.93% | 0.52% | - |
| HSV(B) | 324º | 0.91% | 0.96% | - |
| XYZ | 44.27 | 22.53 | 33.47 | - |
| YUV | 103.67 | 157.54 | 229.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 21 | 156 | 0 | 0.91 | 0.37 | 0.04 | 324 | 0.93 | 0.52 |
| Hex | F6 | 15 | 9C | 0 | 5B | 25 | 4 | 144 | 5D | 34 |
| Octal | 366 | 25 | 234 | 0 | 133 | 45 | 4 | 504 | 135 | 64 |
| Binary | 11110110 | 10101 | 10011100 | 0 | 1011011 | 100101 | 100 | 101000100 | 1011101 | 110100 |
Color Harmonies of #F6159C
Complementary color
Monochromatic Colors of #F6159C
Black with #F6159C
Text Example
Text Example
White with #F6159C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6159C; }
p { color: rgb(246,21,156); }
H1.HeaderClassName
{
color: #F6159C;
}
.AnyTagClassName
{
color: #F6159C;
}
</style>
background-color css
<style>
a { background-color: #F6159C; }
a { background-color: rgb(246,21,156); }
div.DivClassName
{
background-color: #F6159C;
}
.BgClassName
{
background-color: #F6159C;
}
</style>
border-color css
<style>
span { border-color: #F6159C; }
span { border-color: rgb(246,21,156); }
td.TdClassName
{
border-color: #F6159C;
}
.TagClassName
{
border-color: #F6159C;
}
</style>