Shades of Deep Pink #F3168D
Tints of Deep Pink #F3168D
RGB
CMYK
RGB Variations
Color information
#F3168D (or 0xF3168D) is known color: Deep Pink. HEX triplet: F3, 16 and 8D. RGB value is (243,22,141). Sum of RGB (Red+Green+Blue) = 243+22+141=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F3168D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3168D is #0CE972. Grayscale: #656565. Windows color (decimal): -846195 or 9246451. OLE color: 9246451.
HSL color Cylindrical-coordinate representation of color #F3168D: hue angle of 327.69º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F3168D is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 22 | 141 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.05 |
| HSL | 327.69º | 0.9% | 0.52% | - |
| HSV(B) | 327.69º | 0.91% | 0.95% | - |
| XYZ | 42.06 | 21.55 | 27.14 | - |
| YUV | 101.65 | 150.22 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 22 | 141 | 0 | 0.91 | 0.42 | 0.05 | 327.69 | 0.9 | 0.52 |
| Hex | F3 | 16 | 8D | 0 | 5B | 2A | 5 | 148 | 5A | 34 |
| Octal | 363 | 26 | 215 | 0 | 133 | 52 | 5 | 510 | 132 | 64 |
| Binary | 11110011 | 10110 | 10001101 | 0 | 1011011 | 101010 | 101 | 101001000 | 1011010 | 110100 |
Color Harmonies of #F3168D
Complementary color
Monochromatic Colors of #F3168D
Black with #F3168D
Text Example
Text Example
White with #F3168D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3168D; }
p { color: rgb(243,22,141); }
H1.HeaderClassName
{
color: #F3168D;
}
.AnyTagClassName
{
color: #F3168D;
}
</style>
background-color css
<style>
a { background-color: #F3168D; }
a { background-color: rgb(243,22,141); }
div.DivClassName
{
background-color: #F3168D;
}
.BgClassName
{
background-color: #F3168D;
}
</style>
border-color css
<style>
span { border-color: #F3168D; }
span { border-color: rgb(243,22,141); }
td.TdClassName
{
border-color: #F3168D;
}
.TagClassName
{
border-color: #F3168D;
}
</style>