Shades of Deep Pink #F3148D
Tints of Deep Pink #F3148D
RGB
CMYK
RGB Variations
Color information
#F3148D (or 0xF3148D) is known color: Deep Pink. HEX triplet: F3, 14 and 8D. RGB value is (243,20,141). Sum of RGB (Red+Green+Blue) = 243+20+141=404 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.15% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 243 - color contains mainly: red. Hex color #F3148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3148D is #0CEB72. Grayscale: #646464. Windows color (decimal): -846707 or 9245939. OLE color: 9245939.
HSL color Cylindrical-coordinate representation of color #F3148D: hue angle of 327.44º 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 #F3148D is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 20 | 141 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.05 |
| HSL | 327.44º | 0.9% | 0.52% | - |
| HSV(B) | 327.44º | 0.92% | 0.95% | - |
| XYZ | 42.02 | 21.48 | 27.13 | - |
| YUV | 100.47 | 150.88 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 20 | 141 | 0 | 0.92 | 0.42 | 0.05 | 327.44 | 0.9 | 0.52 |
| Hex | F3 | 14 | 8D | 0 | 5C | 2A | 5 | 147 | 5A | 34 |
| Octal | 363 | 24 | 215 | 0 | 134 | 52 | 5 | 507 | 132 | 64 |
| Binary | 11110011 | 10100 | 10001101 | 0 | 1011100 | 101010 | 101 | 101000111 | 1011010 | 110100 |
Color Harmonies of #F3148D
Complementary color
Monochromatic Colors of #F3148D
Black with #F3148D
Text Example
Text Example
White with #F3148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3148D; }
p { color: rgb(243,20,141); }
H1.HeaderClassName
{
color: #F3148D;
}
.AnyTagClassName
{
color: #F3148D;
}
</style>
background-color css
<style>
a { background-color: #F3148D; }
a { background-color: rgb(243,20,141); }
div.DivClassName
{
background-color: #F3148D;
}
.BgClassName
{
background-color: #F3148D;
}
</style>
border-color css
<style>
span { border-color: #F3148D; }
span { border-color: rgb(243,20,141); }
td.TdClassName
{
border-color: #F3148D;
}
.TagClassName
{
border-color: #F3148D;
}
</style>