Shades of Deep Pink #F6128D
Tints of Deep Pink #F6128D
RGB
CMYK
RGB Variations
Color information
#F6128D (or 0xF6128D) is known color: Deep Pink. HEX triplet: F6, 12 and 8D. RGB value is (246,18,141). Sum of RGB (Red+Green+Blue) = 246+18+141=405 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.74% from 405); Green value is 18 (7.42% from 255 or 4.44% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 246 - color contains mainly: red. Hex color #F6128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6128D is #09ED72. Grayscale: #636363. Windows color (decimal): -650611 or 9245430. OLE color: 9245430.
HSL color Cylindrical-coordinate representation of color #F6128D: hue angle of 327.63º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6128D is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 18 | 141 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.04 |
| HSL | 327.63º | 0.93% | 0.52% | - |
| HSV(B) | 327.63º | 0.93% | 0.96% | - |
| XYZ | 43.03 | 21.95 | 27.17 | - |
| YUV | 100.19 | 151.04 | 232 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 18 | 141 | 0 | 0.93 | 0.43 | 0.04 | 327.63 | 0.93 | 0.52 |
| Hex | F6 | 12 | 8D | 0 | 5D | 2B | 4 | 148 | 5D | 34 |
| Octal | 366 | 22 | 215 | 0 | 135 | 53 | 4 | 510 | 135 | 64 |
| Binary | 11110110 | 10010 | 10001101 | 0 | 1011101 | 101011 | 100 | 101001000 | 1011101 | 110100 |
Color Harmonies of #F6128D
Complementary color
Monochromatic Colors of #F6128D
Black with #F6128D
Text Example
Text Example
White with #F6128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6128D; }
p { color: rgb(246,18,141); }
H1.HeaderClassName
{
color: #F6128D;
}
.AnyTagClassName
{
color: #F6128D;
}
</style>
background-color css
<style>
a { background-color: #F6128D; }
a { background-color: rgb(246,18,141); }
div.DivClassName
{
background-color: #F6128D;
}
.BgClassName
{
background-color: #F6128D;
}
</style>
border-color css
<style>
span { border-color: #F6128D; }
span { border-color: rgb(246,18,141); }
td.TdClassName
{
border-color: #F6128D;
}
.TagClassName
{
border-color: #F6128D;
}
</style>