Shades of Deep Pink #F3138C
Tints of Deep Pink #F3138C
RGB
CMYK
RGB Variations
Color information
#F3138C (or 0xF3138C) is known color: Deep Pink. HEX triplet: F3, 13 and 8C. RGB value is (243,19,140). Sum of RGB (Red+Green+Blue) = 243+19+140=402 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.45% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 140 (55.08% from 255 or 34.83% from 402); Max value from RGB is 243 - color contains mainly: red. Hex color #F3138C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3138C is #0CEC73. Grayscale: #636363. Windows color (decimal): -846964 or 9180147. OLE color: 9180147.
HSL color Cylindrical-coordinate representation of color #F3138C: hue angle of 327.59º 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 #F3138C is Cyan = 0, Magento = 0.92, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 140 | - |
| CMYK | 0 | 0.92 | 0.42 | 0.05 |
| HSL | 327.59º | 0.9% | 0.51% | - |
| HSV(B) | 327.59º | 0.92% | 0.95% | - |
| XYZ | 41.93 | 21.41 | 26.73 | - |
| YUV | 99.77 | 150.71 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 140 | 0 | 0.92 | 0.42 | 0.05 | 327.59 | 0.9 | 0.51 |
| Hex | F3 | 13 | 8C | 0 | 5C | 2A | 5 | 148 | 5A | 33 |
| Octal | 363 | 23 | 214 | 0 | 134 | 52 | 5 | 510 | 132 | 63 |
| Binary | 11110011 | 10011 | 10001100 | 0 | 1011100 | 101010 | 101 | 101001000 | 1011010 | 110011 |
Color Harmonies of #F3138C
Complementary color
Monochromatic Colors of #F3138C
Black with #F3138C
Text Example
Text Example
White with #F3138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3138C; }
p { color: rgb(243,19,140); }
H1.HeaderClassName
{
color: #F3138C;
}
.AnyTagClassName
{
color: #F3138C;
}
</style>
background-color css
<style>
a { background-color: #F3138C; }
a { background-color: rgb(243,19,140); }
div.DivClassName
{
background-color: #F3138C;
}
.BgClassName
{
background-color: #F3138C;
}
</style>
border-color css
<style>
span { border-color: #F3138C; }
span { border-color: rgb(243,19,140); }
td.TdClassName
{
border-color: #F3138C;
}
.TagClassName
{
border-color: #F3138C;
}
</style>