Shades of Deep Pink #F50688
Tints of Deep Pink #F50688
RGB
CMYK
RGB Variations
Color information
#F50688 (or 0xF50688) is known color: Deep Pink. HEX triplet: F5, 06 and 88. RGB value is (245,6,136). Sum of RGB (Red+Green+Blue) = 245+6+136=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 6 (2.73% from 255 or 1.55% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F50688 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50688 is #0AF977. Grayscale: #5C5C5C. Windows color (decimal): -719224 or 8914677. OLE color: 8914677.
HSL color Cylindrical-coordinate representation of color #F50688: hue angle of 327.36º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F50688 is Cyan = 0, Magento = 0.98, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 136 | - |
| CMYK | 0 | 0.98 | 0.44 | 0.04 |
| HSL | 327.36º | 0.95% | 0.49% | - |
| HSV(B) | 327.36º | 0.98% | 0.96% | - |
| XYZ | 42.17 | 21.32 | 25.19 | - |
| YUV | 92.28 | 152.68 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 136 | 0 | 0.98 | 0.44 | 0.04 | 327.36 | 0.95 | 0.49 |
| Hex | F5 | 6 | 88 | 0 | 62 | 2C | 4 | 147 | 5F | 31 |
| Octal | 365 | 6 | 210 | 0 | 142 | 54 | 4 | 507 | 137 | 61 |
| Binary | 11110101 | 110 | 10001000 | 0 | 1100010 | 101100 | 100 | 101000111 | 1011111 | 110001 |
Color Harmonies of #F50688
Complementary color
Monochromatic Colors of #F50688
Black with #F50688
Text Example
Text Example
White with #F50688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50688; }
p { color: rgb(245,6,136); }
H1.HeaderClassName
{
color: #F50688;
}
.AnyTagClassName
{
color: #F50688;
}
</style>
background-color css
<style>
a { background-color: #F50688; }
a { background-color: rgb(245,6,136); }
div.DivClassName
{
background-color: #F50688;
}
.BgClassName
{
background-color: #F50688;
}
</style>
border-color css
<style>
span { border-color: #F50688; }
span { border-color: rgb(245,6,136); }
td.TdClassName
{
border-color: #F50688;
}
.TagClassName
{
border-color: #F50688;
}
</style>