Shades of Deep Pink #F6169C
Tints of Deep Pink #F6169C
RGB
CMYK
RGB Variations
Color information
#F6169C (or 0xF6169C) is known color: Deep Pink. HEX triplet: F6, 16 and 9C. RGB value is (246,22,156). Sum of RGB (Red+Green+Blue) = 246+22+156=424 (56% of max value = 765). Red value is 246 (96.48% from 255 or 58.02% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 246 - color contains mainly: red. Hex color #F6169C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6169C is #09E963. Grayscale: #676767. Windows color (decimal): -649572 or 10229494. OLE color: 10229494.
HSL color Cylindrical-coordinate representation of color #F6169C: hue angle of 324.11º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F6169C is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 22 | 156 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.04 |
| HSL | 324.11º | 0.93% | 0.53% | - |
| HSV(B) | 324.11º | 0.91% | 0.96% | - |
| XYZ | 44.29 | 22.57 | 33.47 | - |
| YUV | 104.25 | 157.21 | 229.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 22 | 156 | 0 | 0.91 | 0.37 | 0.04 | 324.11 | 0.93 | 0.53 |
| Hex | F6 | 16 | 9C | 0 | 5B | 25 | 4 | 144 | 5D | 35 |
| Octal | 366 | 26 | 234 | 0 | 133 | 45 | 4 | 504 | 135 | 65 |
| Binary | 11110110 | 10110 | 10011100 | 0 | 1011011 | 100101 | 100 | 101000100 | 1011101 | 110101 |
Color Harmonies of #F6169C
Complementary color
Monochromatic Colors of #F6169C
Black with #F6169C
Text Example
Text Example
White with #F6169C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6169C; }
p { color: rgb(246,22,156); }
H1.HeaderClassName
{
color: #F6169C;
}
.AnyTagClassName
{
color: #F6169C;
}
</style>
background-color css
<style>
a { background-color: #F6169C; }
a { background-color: rgb(246,22,156); }
div.DivClassName
{
background-color: #F6169C;
}
.BgClassName
{
background-color: #F6169C;
}
</style>
border-color css
<style>
span { border-color: #F6169C; }
span { border-color: rgb(246,22,156); }
td.TdClassName
{
border-color: #F6169C;
}
.TagClassName
{
border-color: #F6169C;
}
</style>