Shades of Deep Pink #F51485
Tints of Deep Pink #F51485
RGB
CMYK
RGB Variations
Color information
#F51485 (or 0xF51485) is known color: Deep Pink. HEX triplet: F5, 14 and 85. RGB value is (245,20,133). Sum of RGB (Red+Green+Blue) = 245+20+133=398 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.56% from 398); Green value is 20 (8.20% from 255 or 5.03% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 245 - color contains mainly: red. Hex color #F51485 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F51485 is #0AEB7A. Grayscale: #636363. Windows color (decimal): -715643 or 8721653. OLE color: 8721653.
HSL color Cylindrical-coordinate representation of color #F51485: hue angle of 329.87º 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 #F51485 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 20 | 133 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.04 |
| HSL | 329.87º | 0.92% | 0.52% | - |
| HSV(B) | 329.87º | 0.92% | 0.96% | - |
| XYZ | 42.14 | 21.61 | 24.14 | - |
| YUV | 100.16 | 146.54 | 231.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 20 | 133 | 0 | 0.92 | 0.46 | 0.04 | 329.87 | 0.92 | 0.52 |
| Hex | F5 | 14 | 85 | 0 | 5C | 2E | 4 | 14A | 5C | 34 |
| Octal | 365 | 24 | 205 | 0 | 134 | 56 | 4 | 512 | 134 | 64 |
| Binary | 11110101 | 10100 | 10000101 | 0 | 1011100 | 101110 | 100 | 101001010 | 1011100 | 110100 |
Color Harmonies of #F51485
Complementary color
Monochromatic Colors of #F51485
Black with #F51485
Text Example
Text Example
White with #F51485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51485; }
p { color: rgb(245,20,133); }
H1.HeaderClassName
{
color: #F51485;
}
.AnyTagClassName
{
color: #F51485;
}
</style>
background-color css
<style>
a { background-color: #F51485; }
a { background-color: rgb(245,20,133); }
div.DivClassName
{
background-color: #F51485;
}
.BgClassName
{
background-color: #F51485;
}
</style>
border-color css
<style>
span { border-color: #F51485; }
span { border-color: rgb(245,20,133); }
td.TdClassName
{
border-color: #F51485;
}
.TagClassName
{
border-color: #F51485;
}
</style>