Shades of Deep Pink #F6177B
Tints of Deep Pink #F6177B
RGB
CMYK
RGB Variations
Color information
#F6177B (or 0xF6177B) is known color: Deep Pink. HEX triplet: F6, 17 and 7B. RGB value is (246,23,123). Sum of RGB (Red+Green+Blue) = 246+23+123=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 23 (9.38% from 255 or 5.87% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F6177B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F6177B is #09E884. Grayscale: #646464. Windows color (decimal): -649349 or 8067062. OLE color: 8067062.
HSL color Cylindrical-coordinate representation of color #F6177B: hue angle of 333.09º 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 #F6177B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 23 | 123 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.04 |
| HSL | 333.09º | 0.93% | 0.53% | - |
| HSV(B) | 333.09º | 0.91% | 0.96% | - |
| XYZ | 41.89 | 21.64 | 20.71 | - |
| YUV | 101.08 | 140.38 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 23 | 123 | 0 | 0.91 | 0.50 | 0.04 | 333.09 | 0.93 | 0.53 |
| Hex | F6 | 17 | 7B | 0 | 5B | 32 | 4 | 14D | 5D | 35 |
| Octal | 366 | 27 | 173 | 0 | 133 | 62 | 4 | 515 | 135 | 65 |
| Binary | 11110110 | 10111 | 1111011 | 0 | 1011011 | 110010 | 100 | 101001101 | 1011101 | 110101 |
Color Harmonies of #F6177B
Complementary color
Monochromatic Colors of #F6177B
Black with #F6177B
Text Example
Text Example
White with #F6177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6177B; }
p { color: rgb(246,23,123); }
H1.HeaderClassName
{
color: #F6177B;
}
.AnyTagClassName
{
color: #F6177B;
}
</style>
background-color css
<style>
a { background-color: #F6177B; }
a { background-color: rgb(246,23,123); }
div.DivClassName
{
background-color: #F6177B;
}
.BgClassName
{
background-color: #F6177B;
}
</style>
border-color css
<style>
span { border-color: #F6177B; }
span { border-color: rgb(246,23,123); }
td.TdClassName
{
border-color: #F6177B;
}
.TagClassName
{
border-color: #F6177B;
}
</style>