Shades of Deep Pink #F5108C
Tints of Deep Pink #F5108C
RGB
CMYK
RGB Variations
Color information
#F5108C (or 0xF5108C) is known color: Deep Pink. HEX triplet: F5, 10 and 8C. RGB value is (245,16,140). Sum of RGB (Red+Green+Blue) = 245+16+140=401 (53% of max value = 765). Red value is 245 (96.09% from 255 or 61.10% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 245 - color contains mainly: red. Hex color #F5108C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F5108C is #0AEF73. Grayscale: #626262. Windows color (decimal): -716660 or 9179381. OLE color: 9179381.
HSL color Cylindrical-coordinate representation of color #F5108C: hue angle of 327.51º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5108C is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 140 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.04 |
| HSL | 327.51º | 0.92% | 0.51% | - |
| HSV(B) | 327.51º | 0.93% | 0.96% | - |
| XYZ | 42.58 | 21.68 | 26.75 | - |
| YUV | 98.61 | 151.37 | 232.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 140 | 0 | 0.93 | 0.43 | 0.04 | 327.51 | 0.92 | 0.51 |
| Hex | F5 | 10 | 8C | 0 | 5D | 2B | 4 | 148 | 5C | 33 |
| Octal | 365 | 20 | 214 | 0 | 135 | 53 | 4 | 510 | 134 | 63 |
| Binary | 11110101 | 10000 | 10001100 | 0 | 1011101 | 101011 | 100 | 101001000 | 1011100 | 110011 |
Color Harmonies of #F5108C
Complementary color
Monochromatic Colors of #F5108C
Black with #F5108C
Text Example
Text Example
White with #F5108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5108C; }
p { color: rgb(245,16,140); }
H1.HeaderClassName
{
color: #F5108C;
}
.AnyTagClassName
{
color: #F5108C;
}
</style>
background-color css
<style>
a { background-color: #F5108C; }
a { background-color: rgb(245,16,140); }
div.DivClassName
{
background-color: #F5108C;
}
.BgClassName
{
background-color: #F5108C;
}
</style>
border-color css
<style>
span { border-color: #F5108C; }
span { border-color: rgb(245,16,140); }
td.TdClassName
{
border-color: #F5108C;
}
.TagClassName
{
border-color: #F5108C;
}
</style>