Shades of Deep Pink #F51B8F
Tints of Deep Pink #F51B8F
RGB
CMYK
RGB Variations
Color information
#F51B8F (or 0xF51B8F) is known color: Deep Pink. HEX triplet: F5, 1B and 8F. RGB value is (245,27,143). Sum of RGB (Red+Green+Blue) = 245+27+143=415 (54% of max value = 765). Red value is 245 (96.09% from 255 or 59.04% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51B8F is #0AE470. Grayscale: #696969. Windows color (decimal): -713841 or 9378805. OLE color: 9378805.
HSL color Cylindrical-coordinate representation of color #F51B8F: hue angle of 328.07º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F51B8F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 143 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.04 |
| HSL | 328.07º | 0.92% | 0.53% | - |
| HSV(B) | 328.07º | 0.89% | 0.96% | - |
| XYZ | 43.01 | 22.18 | 28 | - |
| YUV | 105.41 | 149.22 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 143 | 0 | 0.89 | 0.42 | 0.04 | 328.07 | 0.92 | 0.53 |
| Hex | F5 | 1B | 8F | 0 | 59 | 2A | 4 | 148 | 5C | 35 |
| Octal | 365 | 33 | 217 | 0 | 131 | 52 | 4 | 510 | 134 | 65 |
| Binary | 11110101 | 11011 | 10001111 | 0 | 1011001 | 101010 | 100 | 101001000 | 1011100 | 110101 |
Color Harmonies of #F51B8F
Complementary color
Monochromatic Colors of #F51B8F
Black with #F51B8F
Text Example
Text Example
White with #F51B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51B8F; }
p { color: rgb(245,27,143); }
H1.HeaderClassName
{
color: #F51B8F;
}
.AnyTagClassName
{
color: #F51B8F;
}
</style>
background-color css
<style>
a { background-color: #F51B8F; }
a { background-color: rgb(245,27,143); }
div.DivClassName
{
background-color: #F51B8F;
}
.BgClassName
{
background-color: #F51B8F;
}
</style>
border-color css
<style>
span { border-color: #F51B8F; }
span { border-color: rgb(245,27,143); }
td.TdClassName
{
border-color: #F51B8F;
}
.TagClassName
{
border-color: #F51B8F;
}
</style>