Shades of Deep Pink #F6148D
Tints of Deep Pink #F6148D
RGB
CMYK
RGB Variations
Color information
#F6148D (or 0xF6148D) is known color: Deep Pink. HEX triplet: F6, 14 and 8D. RGB value is (246,20,141). Sum of RGB (Red+Green+Blue) = 246+20+141=407 (53% of max value = 765). Red value is 246 (96.48% from 255 or 60.44% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 246 - color contains mainly: red. Hex color #F6148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6148D is #09EB72. Grayscale: #656565. Windows color (decimal): -650099 or 9245942. OLE color: 9245942.
HSL color Cylindrical-coordinate representation of color #F6148D: hue angle of 327.88º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F6148D is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 20 | 141 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.04 |
| HSL | 327.88º | 0.93% | 0.52% | - |
| HSV(B) | 327.88º | 0.92% | 0.96% | - |
| XYZ | 43.06 | 22.02 | 27.18 | - |
| YUV | 101.37 | 150.37 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 20 | 141 | 0 | 0.92 | 0.43 | 0.04 | 327.88 | 0.93 | 0.52 |
| Hex | F6 | 14 | 8D | 0 | 5C | 2B | 4 | 148 | 5D | 34 |
| Octal | 366 | 24 | 215 | 0 | 134 | 53 | 4 | 510 | 135 | 64 |
| Binary | 11110110 | 10100 | 10001101 | 0 | 1011100 | 101011 | 100 | 101001000 | 1011101 | 110100 |
Color Harmonies of #F6148D
Complementary color
Monochromatic Colors of #F6148D
Black with #F6148D
Text Example
Text Example
White with #F6148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6148D; }
p { color: rgb(246,20,141); }
H1.HeaderClassName
{
color: #F6148D;
}
.AnyTagClassName
{
color: #F6148D;
}
</style>
background-color css
<style>
a { background-color: #F6148D; }
a { background-color: rgb(246,20,141); }
div.DivClassName
{
background-color: #F6148D;
}
.BgClassName
{
background-color: #F6148D;
}
</style>
border-color css
<style>
span { border-color: #F6148D; }
span { border-color: rgb(246,20,141); }
td.TdClassName
{
border-color: #F6148D;
}
.TagClassName
{
border-color: #F6148D;
}
</style>