Shades of Deep Pink #F3138E
Tints of Deep Pink #F3138E
RGB
CMYK
RGB Variations
Color information
#F3138E (or 0xF3138E) is known color: Deep Pink. HEX triplet: F3, 13 and 8E. RGB value is (243,19,142). Sum of RGB (Red+Green+Blue) = 243+19+142=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 19 (7.81% from 255 or 4.70% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F3138E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3138E is #0CEC71. Grayscale: #636363. Windows color (decimal): -846962 or 9311219. OLE color: 9311219.
HSL color Cylindrical-coordinate representation of color #F3138E: hue angle of 327.05º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3138E is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 142 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.05 |
| HSL | 327.05º | 0.9% | 0.51% | - |
| HSV(B) | 327.05º | 0.92% | 0.95% | - |
| XYZ | 42.08 | 21.47 | 27.52 | - |
| YUV | 100 | 151.71 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 142 | 0 | 0.92 | 0.42 | 0.05 | 327.05 | 0.9 | 0.51 |
| Hex | F3 | 13 | 8E | 0 | 5C | 2A | 5 | 147 | 5A | 33 |
| Octal | 363 | 23 | 216 | 0 | 134 | 52 | 5 | 507 | 132 | 63 |
| Binary | 11110011 | 10011 | 10001110 | 0 | 1011100 | 101010 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F3138E
Complementary color
Monochromatic Colors of #F3138E
Black with #F3138E
Text Example
Text Example
White with #F3138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3138E; }
p { color: rgb(243,19,142); }
H1.HeaderClassName
{
color: #F3138E;
}
.AnyTagClassName
{
color: #F3138E;
}
</style>
background-color css
<style>
a { background-color: #F3138E; }
a { background-color: rgb(243,19,142); }
div.DivClassName
{
background-color: #F3138E;
}
.BgClassName
{
background-color: #F3138E;
}
</style>
border-color css
<style>
span { border-color: #F3138E; }
span { border-color: rgb(243,19,142); }
td.TdClassName
{
border-color: #F3138E;
}
.TagClassName
{
border-color: #F3138E;
}
</style>