Shades of Deep Pink #F5107B
Tints of Deep Pink #F5107B
RGB
CMYK
RGB Variations
Color information
#F5107B (or 0xF5107B) is known color: Deep Pink. HEX triplet: F5, 10 and 7B. RGB value is (245,16,123). Sum of RGB (Red+Green+Blue) = 245+16+123=384 (50% of max value = 765). Red value is 245 (96.09% from 255 or 63.80% from 384); Green value is 16 (6.64% from 255 or 4.17% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 245 - color contains mainly: red. Hex color #F5107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5107B is #0AEF84. Grayscale: #606060. Windows color (decimal): -716677 or 8065269. OLE color: 8065269.
HSL color Cylindrical-coordinate representation of color #F5107B: hue angle of 331.97º 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 #F5107B is Cyan = 0, Magento = 0.93, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 16 | 123 | - |
| CMYK | 0 | 0.93 | 0.50 | 0.04 |
| HSL | 331.97º | 0.92% | 0.51% | - |
| HSV(B) | 331.97º | 0.93% | 0.96% | - |
| XYZ | 41.42 | 21.21 | 20.65 | - |
| YUV | 96.67 | 142.87 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 16 | 123 | 0 | 0.93 | 0.50 | 0.04 | 331.97 | 0.92 | 0.51 |
| Hex | F5 | 10 | 7B | 0 | 5D | 32 | 4 | 14C | 5C | 33 |
| Octal | 365 | 20 | 173 | 0 | 135 | 62 | 4 | 514 | 134 | 63 |
| Binary | 11110101 | 10000 | 1111011 | 0 | 1011101 | 110010 | 100 | 101001100 | 1011100 | 110011 |
Color Harmonies of #F5107B
Complementary color
Monochromatic Colors of #F5107B
Black with #F5107B
Text Example
Text Example
White with #F5107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5107B; }
p { color: rgb(245,16,123); }
H1.HeaderClassName
{
color: #F5107B;
}
.AnyTagClassName
{
color: #F5107B;
}
</style>
background-color css
<style>
a { background-color: #F5107B; }
a { background-color: rgb(245,16,123); }
div.DivClassName
{
background-color: #F5107B;
}
.BgClassName
{
background-color: #F5107B;
}
</style>
border-color css
<style>
span { border-color: #F5107B; }
span { border-color: rgb(245,16,123); }
td.TdClassName
{
border-color: #F5107B;
}
.TagClassName
{
border-color: #F5107B;
}
</style>