Shades of Deep Pink #F3188F
Tints of Deep Pink #F3188F
RGB
CMYK
RGB Variations
Color information
#F3188F (or 0xF3188F) is known color: Deep Pink. HEX triplet: F3, 18 and 8F. RGB value is (243,24,143). Sum of RGB (Red+Green+Blue) = 243+24+143=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F3188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3188F is #0CE770. Grayscale: #666666. Windows color (decimal): -845681 or 9378035. OLE color: 9378035.
HSL color Cylindrical-coordinate representation of color #F3188F: hue angle of 327.4º 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 #F3188F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 143 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.05 |
| HSL | 327.4º | 0.9% | 0.52% | - |
| HSV(B) | 327.4º | 0.9% | 0.95% | - |
| XYZ | 42.25 | 21.69 | 27.95 | - |
| YUV | 103.05 | 150.55 | 227.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 143 | 0 | 0.90 | 0.41 | 0.05 | 327.4 | 0.9 | 0.52 |
| Hex | F3 | 18 | 8F | 0 | 5A | 29 | 5 | 147 | 5A | 34 |
| Octal | 363 | 30 | 217 | 0 | 132 | 51 | 5 | 507 | 132 | 64 |
| Binary | 11110011 | 11000 | 10001111 | 0 | 1011010 | 101001 | 101 | 101000111 | 1011010 | 110100 |
Color Harmonies of #F3188F
Complementary color
Monochromatic Colors of #F3188F
Black with #F3188F
Text Example
Text Example
White with #F3188F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3188F; }
p { color: rgb(243,24,143); }
H1.HeaderClassName
{
color: #F3188F;
}
.AnyTagClassName
{
color: #F3188F;
}
</style>
background-color css
<style>
a { background-color: #F3188F; }
a { background-color: rgb(243,24,143); }
div.DivClassName
{
background-color: #F3188F;
}
.BgClassName
{
background-color: #F3188F;
}
</style>
border-color css
<style>
span { border-color: #F3188F; }
span { border-color: rgb(243,24,143); }
td.TdClassName
{
border-color: #F3188F;
}
.TagClassName
{
border-color: #F3188F;
}
</style>