Shades of Deep Pink #F3138F
Tints of Deep Pink #F3138F
RGB
CMYK
RGB Variations
Color information
#F3138F (or 0xF3138F) is known color: Deep Pink. HEX triplet: F3, 13 and 8F. RGB value is (243,19,143). Sum of RGB (Red+Green+Blue) = 243+19+143=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 19 (7.81% from 255 or 4.69% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F3138F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3138F is #0CEC70. Grayscale: #636363. Windows color (decimal): -846961 or 9376755. OLE color: 9376755.
HSL color Cylindrical-coordinate representation of color #F3138F: hue angle of 326.79º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F3138F is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 143 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.05 |
| HSL | 326.79º | 0.9% | 0.51% | - |
| HSV(B) | 326.79º | 0.92% | 0.95% | - |
| XYZ | 42.15 | 21.5 | 27.92 | - |
| YUV | 100.11 | 152.21 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 143 | 0 | 0.92 | 0.41 | 0.05 | 326.79 | 0.9 | 0.51 |
| Hex | F3 | 13 | 8F | 0 | 5C | 29 | 5 | 147 | 5A | 33 |
| Octal | 363 | 23 | 217 | 0 | 134 | 51 | 5 | 507 | 132 | 63 |
| Binary | 11110011 | 10011 | 10001111 | 0 | 1011100 | 101001 | 101 | 101000111 | 1011010 | 110011 |
Color Harmonies of #F3138F
Complementary color
Monochromatic Colors of #F3138F
Black with #F3138F
Text Example
Text Example
White with #F3138F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3138F; }
p { color: rgb(243,19,143); }
H1.HeaderClassName
{
color: #F3138F;
}
.AnyTagClassName
{
color: #F3138F;
}
</style>
background-color css
<style>
a { background-color: #F3138F; }
a { background-color: rgb(243,19,143); }
div.DivClassName
{
background-color: #F3138F;
}
.BgClassName
{
background-color: #F3138F;
}
</style>
border-color css
<style>
span { border-color: #F3138F; }
span { border-color: rgb(243,19,143); }
td.TdClassName
{
border-color: #F3138F;
}
.TagClassName
{
border-color: #F3138F;
}
</style>