Shades of Deep Pink #F3119C
Tints of Deep Pink #F3119C
RGB
CMYK
RGB Variations
Color information
#F3119C (or 0xF3119C) is known color: Deep Pink. HEX triplet: F3, 11 and 9C. RGB value is (243,17,156). Sum of RGB (Red+Green+Blue) = 243+17+156=416 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.41% from 416); Green value is 17 (7.03% from 255 or 4.09% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 243 - color contains mainly: red. Hex color #F3119C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3119C is #0CEE63. Grayscale: #646464. Windows color (decimal): -847460 or 10228211. OLE color: 10228211.
HSL color Cylindrical-coordinate representation of color #F3119C: hue angle of 323.1º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F3119C is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 17 | 156 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.05 |
| HSL | 323.1º | 0.9% | 0.51% | - |
| HSV(B) | 323.1º | 0.93% | 0.95% | - |
| XYZ | 43.16 | 21.86 | 33.4 | - |
| YUV | 100.42 | 159.37 | 229.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 17 | 156 | 0 | 0.93 | 0.36 | 0.05 | 323.1 | 0.9 | 0.51 |
| Hex | F3 | 11 | 9C | 0 | 5D | 24 | 5 | 143 | 5A | 33 |
| Octal | 363 | 21 | 234 | 0 | 135 | 44 | 5 | 503 | 132 | 63 |
| Binary | 11110011 | 10001 | 10011100 | 0 | 1011101 | 100100 | 101 | 101000011 | 1011010 | 110011 |
Color Harmonies of #F3119C
Complementary color
Monochromatic Colors of #F3119C
Black with #F3119C
Text Example
Text Example
White with #F3119C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3119C; }
p { color: rgb(243,17,156); }
H1.HeaderClassName
{
color: #F3119C;
}
.AnyTagClassName
{
color: #F3119C;
}
</style>
background-color css
<style>
a { background-color: #F3119C; }
a { background-color: rgb(243,17,156); }
div.DivClassName
{
background-color: #F3119C;
}
.BgClassName
{
background-color: #F3119C;
}
</style>
border-color css
<style>
span { border-color: #F3119C; }
span { border-color: rgb(243,17,156); }
td.TdClassName
{
border-color: #F3119C;
}
.TagClassName
{
border-color: #F3119C;
}
</style>