Shades of Deep Pink #F51385
Tints of Deep Pink #F51385
RGB
CMYK
RGB Variations
Color information
#F51385 (or 0xF51385) is known color: Deep Pink. HEX triplet: F5, 13 and 85. RGB value is (245,19,133). Sum of RGB (Red+Green+Blue) = 245+19+133=397 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.71% from 397); Green value is 19 (7.81% from 255 or 4.79% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 245 - color contains mainly: red. Hex color #F51385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51385 is #0AEC7A. Grayscale: #636363. Windows color (decimal): -715899 or 8721397. OLE color: 8721397.
HSL color Cylindrical-coordinate representation of color #F51385: hue angle of 329.73º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F51385 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 19 | 133 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 329.73º | 0.92% | 0.52% | - |
| HSV(B) | 329.73º | 0.92% | 0.96% | - |
| XYZ | 42.12 | 21.57 | 24.13 | - |
| YUV | 99.57 | 146.87 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 19 | 133 | 0 | 0.92 | 0.46 | 0.04 | 329.73 | 0.92 | 0.52 |
| Hex | F5 | 13 | 85 | 0 | 5C | 2E | 4 | 14A | 5C | 34 |
| Octal | 365 | 23 | 205 | 0 | 134 | 56 | 4 | 512 | 134 | 64 |
| Binary | 11110101 | 10011 | 10000101 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011100 | 110100 |
Color Harmonies of #F51385
Complementary color
Monochromatic Colors of #F51385
Black with #F51385
Text Example
Text Example
White with #F51385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51385; }
p { color: rgb(245,19,133); }
H1.HeaderClassName
{
color: #F51385;
}
.AnyTagClassName
{
color: #F51385;
}
</style>
background-color css
<style>
a { background-color: #F51385; }
a { background-color: rgb(245,19,133); }
div.DivClassName
{
background-color: #F51385;
}
.BgClassName
{
background-color: #F51385;
}
</style>
border-color css
<style>
span { border-color: #F51385; }
span { border-color: rgb(245,19,133); }
td.TdClassName
{
border-color: #F51385;
}
.TagClassName
{
border-color: #F51385;
}
</style>