Shades of Deep Pink #F3187C
Tints of Deep Pink #F3187C
RGB
CMYK
RGB Variations
Color information
#F3187C (or 0xF3187C) is known color: Deep Pink. HEX triplet: F3, 18 and 7C. RGB value is (243,24,124). Sum of RGB (Red+Green+Blue) = 243+24+124=391 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.15% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 124 (48.83% from 255 or 31.71% from 391); Max value from RGB is 243 - color contains mainly: red. Hex color #F3187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3187C is #0CE783. Grayscale: #646464. Windows color (decimal): -845700 or 8132851. OLE color: 8132851.
HSL color Cylindrical-coordinate representation of color #F3187C: hue angle of 332.6º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F3187C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 124 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.05 |
| HSL | 332.6º | 0.9% | 0.52% | - |
| HSV(B) | 332.6º | 0.9% | 0.95% | - |
| XYZ | 40.93 | 21.16 | 21 | - |
| YUV | 100.88 | 141.05 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 124 | 0 | 0.90 | 0.49 | 0.05 | 332.6 | 0.9 | 0.52 |
| Hex | F3 | 18 | 7C | 0 | 5A | 31 | 5 | 14D | 5A | 34 |
| Octal | 363 | 30 | 174 | 0 | 132 | 61 | 5 | 515 | 132 | 64 |
| Binary | 11110011 | 11000 | 1111100 | 0 | 1011010 | 110001 | 101 | 101001101 | 1011010 | 110100 |
Color Harmonies of #F3187C
Complementary color
Monochromatic Colors of #F3187C
Black with #F3187C
Text Example
Text Example
White with #F3187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3187C; }
p { color: rgb(243,24,124); }
H1.HeaderClassName
{
color: #F3187C;
}
.AnyTagClassName
{
color: #F3187C;
}
</style>
background-color css
<style>
a { background-color: #F3187C; }
a { background-color: rgb(243,24,124); }
div.DivClassName
{
background-color: #F3187C;
}
.BgClassName
{
background-color: #F3187C;
}
</style>
border-color css
<style>
span { border-color: #F3187C; }
span { border-color: rgb(243,24,124); }
td.TdClassName
{
border-color: #F3187C;
}
.TagClassName
{
border-color: #F3187C;
}
</style>