Shades of Deep Pink #F3187D
Tints of Deep Pink #F3187D
RGB
CMYK
RGB Variations
Color information
#F3187D (or 0xF3187D) is known color: Deep Pink. HEX triplet: F3, 18 and 7D. RGB value is (243,24,125). Sum of RGB (Red+Green+Blue) = 243+24+125=392 (51% of max value = 765). Red value is 243 (95.31% from 255 or 61.99% from 392); Green value is 24 (9.77% from 255 or 6.12% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 243 - color contains mainly: red. Hex color #F3187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F3187D is #0CE782. Grayscale: #646464. Windows color (decimal): -845699 or 8198387. OLE color: 8198387.
HSL color Cylindrical-coordinate representation of color #F3187D: hue angle of 332.33º 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 #F3187D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 125 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.05 |
| HSL | 332.33º | 0.9% | 0.52% | - |
| HSV(B) | 332.33º | 0.9% | 0.95% | - |
| XYZ | 40.99 | 21.19 | 21.33 | - |
| YUV | 101 | 141.55 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 125 | 0 | 0.90 | 0.49 | 0.05 | 332.33 | 0.9 | 0.52 |
| Hex | F3 | 18 | 7D | 0 | 5A | 31 | 5 | 14C | 5A | 34 |
| Octal | 363 | 30 | 175 | 0 | 132 | 61 | 5 | 514 | 132 | 64 |
| Binary | 11110011 | 11000 | 1111101 | 0 | 1011010 | 110001 | 101 | 101001100 | 1011010 | 110100 |
Color Harmonies of #F3187D
Complementary color
Monochromatic Colors of #F3187D
Black with #F3187D
Text Example
Text Example
White with #F3187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3187D; }
p { color: rgb(243,24,125); }
H1.HeaderClassName
{
color: #F3187D;
}
.AnyTagClassName
{
color: #F3187D;
}
</style>
background-color css
<style>
a { background-color: #F3187D; }
a { background-color: rgb(243,24,125); }
div.DivClassName
{
background-color: #F3187D;
}
.BgClassName
{
background-color: #F3187D;
}
</style>
border-color css
<style>
span { border-color: #F3187D; }
span { border-color: rgb(243,24,125); }
td.TdClassName
{
border-color: #F3187D;
}
.TagClassName
{
border-color: #F3187D;
}
</style>