Shades of Deep Pink #F51C8F
Tints of Deep Pink #F51C8F
RGB
CMYK
RGB Variations
Color information
#F51C8F (or 0xF51C8F) is known color: Deep Pink. HEX triplet: F5, 1C and 8F. RGB value is (245,28,143). Sum of RGB (Red+Green+Blue) = 245+28+143=416 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.89% from 416); Green value is 28 (11.33% from 255 or 6.73% from 416); Blue value is 143 (56.25% from 255 or 34.38% from 416); Max value from RGB is 245 - color contains mainly: red. Hex color #F51C8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51C8F is #0AE370. Grayscale: #696969. Windows color (decimal): -713585 or 9379061. OLE color: 9379061.
HSL color Cylindrical-coordinate representation of color #F51C8F: hue angle of 328.2º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51C8F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 28 | 143 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.04 |
| HSL | 328.2º | 0.92% | 0.54% | - |
| HSV(B) | 328.2º | 0.89% | 0.96% | - |
| XYZ | 43.03 | 22.23 | 28.01 | - |
| YUV | 105.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 28 | 143 | 0 | 0.89 | 0.42 | 0.04 | 328.2 | 0.92 | 0.54 |
| Hex | F5 | 1C | 8F | 0 | 59 | 2A | 4 | 148 | 5C | 36 |
| Octal | 365 | 34 | 217 | 0 | 131 | 52 | 4 | 510 | 134 | 66 |
| Binary | 11110101 | 11100 | 10001111 | 0 | 1011001 | 101010 | 100 | 101001000 | 1011100 | 110110 |
Color Harmonies of #F51C8F
Complementary color
Monochromatic Colors of #F51C8F
Black with #F51C8F
Text Example
Text Example
White with #F51C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51C8F; }
p { color: rgb(245,28,143); }
H1.HeaderClassName
{
color: #F51C8F;
}
.AnyTagClassName
{
color: #F51C8F;
}
</style>
background-color css
<style>
a { background-color: #F51C8F; }
a { background-color: rgb(245,28,143); }
div.DivClassName
{
background-color: #F51C8F;
}
.BgClassName
{
background-color: #F51C8F;
}
</style>
border-color css
<style>
span { border-color: #F51C8F; }
span { border-color: rgb(245,28,143); }
td.TdClassName
{
border-color: #F51C8F;
}
.TagClassName
{
border-color: #F51C8F;
}
</style>