Shades of Deep Pink #F3149E
Tints of Deep Pink #F3149E
RGB
CMYK
RGB Variations
Color information
#F3149E (or 0xF3149E) is known color: Deep Pink. HEX triplet: F3, 14 and 9E. RGB value is (243,20,158). Sum of RGB (Red+Green+Blue) = 243+20+158=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 20 (8.20% from 255 or 4.75% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3149E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3149E is #0CEB61. Grayscale: #666666. Windows color (decimal): -846690 or 10360051. OLE color: 10360051.
HSL color Cylindrical-coordinate representation of color #F3149E: hue angle of 322.87º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3149E is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 158 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.05 |
| HSL | 322.87º | 0.9% | 0.52% | - |
| HSV(B) | 322.87º | 0.92% | 0.95% | - |
| XYZ | 43.38 | 22.02 | 34.31 | - |
| YUV | 102.41 | 159.38 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 158 | 0 | 0.92 | 0.35 | 0.05 | 322.87 | 0.9 | 0.52 |
| Hex | F3 | 14 | 9E | 0 | 5C | 23 | 5 | 143 | 5A | 34 |
| Octal | 363 | 24 | 236 | 0 | 134 | 43 | 5 | 503 | 132 | 64 |
| Binary | 11110011 | 10100 | 10011110 | 0 | 1011100 | 100011 | 101 | 101000011 | 1011010 | 110100 |
Color Harmonies of #F3149E
Complementary color
Monochromatic Colors of #F3149E
Black with #F3149E
Text Example
Text Example
White with #F3149E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3149E; }
p { color: rgb(243,20,158); }
H1.HeaderClassName
{
color: #F3149E;
}
.AnyTagClassName
{
color: #F3149E;
}
</style>
background-color css
<style>
a { background-color: #F3149E; }
a { background-color: rgb(243,20,158); }
div.DivClassName
{
background-color: #F3149E;
}
.BgClassName
{
background-color: #F3149E;
}
</style>
border-color css
<style>
span { border-color: #F3149E; }
span { border-color: rgb(243,20,158); }
td.TdClassName
{
border-color: #F3149E;
}
.TagClassName
{
border-color: #F3149E;
}
</style>