Shades of Deep Pink #F50985
Tints of Deep Pink #F50985
RGB
CMYK
RGB Variations
Color information
#F50985 (or 0xF50985) is known color: Deep Pink. HEX triplet: F5, 09 and 85. RGB value is (245,9,133). Sum of RGB (Red+Green+Blue) = 245+9+133=387 (51% of max value = 765). Red value is 245 (96.09% from 255 or 63.31% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 245 - color contains mainly: red. Hex color #F50985 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F50985 is #0AF67A. Grayscale: #5D5D5D. Windows color (decimal): -718459 or 8718837. OLE color: 8718837.
HSL color Cylindrical-coordinate representation of color #F50985: hue angle of 328.47º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50985 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 133 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.04 |
| HSL | 328.47º | 0.93% | 0.5% | - |
| HSV(B) | 328.47º | 0.96% | 0.96% | - |
| XYZ | 41.99 | 21.3 | 24.09 | - |
| YUV | 93.7 | 150.19 | 235.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 133 | 0 | 0.96 | 0.46 | 0.04 | 328.47 | 0.93 | 0.5 |
| Hex | F5 | 9 | 85 | 0 | 60 | 2E | 4 | 148 | 5D | 32 |
| Octal | 365 | 11 | 205 | 0 | 140 | 56 | 4 | 510 | 135 | 62 |
| Binary | 11110101 | 1001 | 10000101 | 0 | 1100000 | 101110 | 100 | 101001000 | 1011101 | 110010 |
Color Harmonies of #F50985
Complementary color
Monochromatic Colors of #F50985
Black with #F50985
Text Example
Text Example
White with #F50985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50985; }
p { color: rgb(245,9,133); }
H1.HeaderClassName
{
color: #F50985;
}
.AnyTagClassName
{
color: #F50985;
}
</style>
background-color css
<style>
a { background-color: #F50985; }
a { background-color: rgb(245,9,133); }
div.DivClassName
{
background-color: #F50985;
}
.BgClassName
{
background-color: #F50985;
}
</style>
border-color css
<style>
span { border-color: #F50985; }
span { border-color: rgb(245,9,133); }
td.TdClassName
{
border-color: #F50985;
}
.TagClassName
{
border-color: #F50985;
}
</style>