Shades of Deep Pink #F3128D
Tints of Deep Pink #F3128D
RGB
CMYK
RGB Variations
Color information
#F3128D (or 0xF3128D) is known color: Deep Pink. HEX triplet: F3, 12 and 8D. RGB value is (243,18,141). Sum of RGB (Red+Green+Blue) = 243+18+141=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 18 (7.42% from 255 or 4.48% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F3128D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3128D is #0CED72. Grayscale: #636363. Windows color (decimal): -847219 or 9245427. OLE color: 9245427.
HSL color Cylindrical-coordinate representation of color #F3128D: hue angle of 327.2º 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 #F3128D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 18 | 141 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.05 |
| HSL | 327.2º | 0.9% | 0.51% | - |
| HSV(B) | 327.2º | 0.93% | 0.95% | - |
| XYZ | 41.99 | 21.41 | 27.12 | - |
| YUV | 99.3 | 151.54 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 18 | 141 | 0 | 0.93 | 0.42 | 0.05 | 327.2 | 0.9 | 0.51 |
| Hex | F3 | 12 | 8D | 0 | 5D | 2A | 5 | 147 | 5A | 33 |
| Octal | 363 | 22 | 215 | 0 | 135 | 52 | 5 | 507 | 132 | 63 |
| Binary | 11110011 | 10010 | 10001101 | 0 | 1011101 | 101010 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F3128D
Complementary color
Monochromatic Colors of #F3128D
Black with #F3128D
Text Example
Text Example
White with #F3128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3128D; }
p { color: rgb(243,18,141); }
H1.HeaderClassName
{
color: #F3128D;
}
.AnyTagClassName
{
color: #F3128D;
}
</style>
background-color css
<style>
a { background-color: #F3128D; }
a { background-color: rgb(243,18,141); }
div.DivClassName
{
background-color: #F3128D;
}
.BgClassName
{
background-color: #F3128D;
}
</style>
border-color css
<style>
span { border-color: #F3128D; }
span { border-color: rgb(243,18,141); }
td.TdClassName
{
border-color: #F3128D;
}
.TagClassName
{
border-color: #F3128D;
}
</style>