Shades of Deep Pink #F51F8F
Tints of Deep Pink #F51F8F
RGB
CMYK
RGB Variations
Color information
#F51F8F (or 0xF51F8F) is known color: Deep Pink. HEX triplet: F5, 1F and 8F. RGB value is (245,31,143). Sum of RGB (Red+Green+Blue) = 245+31+143=419 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.47% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 143 (56.25% from 255 or 34.13% from 419); Max value from RGB is 245 - color contains mainly: red. Hex color #F51F8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51F8F is #0AE070. Grayscale: #6B6B6B. Windows color (decimal): -712817 or 9379829. OLE color: 9379829.
HSL color Cylindrical-coordinate representation of color #F51F8F: hue angle of 328.6º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F51F8F is Cyan = 0, Magento = 0.87, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 31 | 143 | - |
| CMYK | 0 | 0.87 | 0.42 | 0.04 |
| HSL | 328.6º | 0.91% | 0.54% | - |
| HSV(B) | 328.6º | 0.87% | 0.96% | - |
| XYZ | 43.1 | 22.38 | 28.03 | - |
| YUV | 107.75 | 147.9 | 225.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 31 | 143 | 0 | 0.87 | 0.42 | 0.04 | 328.6 | 0.91 | 0.54 |
| Hex | F5 | 1F | 8F | 0 | 57 | 2A | 4 | 149 | 5B | 36 |
| Octal | 365 | 37 | 217 | 0 | 127 | 52 | 4 | 511 | 133 | 66 |
| Binary | 11110101 | 11111 | 10001111 | 0 | 1010111 | 101010 | 100 | 101001001 | 1011011 | 110110 |
Color Harmonies of #F51F8F
Complementary color
Monochromatic Colors of #F51F8F
Black with #F51F8F
Text Example
Text Example
White with #F51F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51F8F; }
p { color: rgb(245,31,143); }
H1.HeaderClassName
{
color: #F51F8F;
}
.AnyTagClassName
{
color: #F51F8F;
}
</style>
background-color css
<style>
a { background-color: #F51F8F; }
a { background-color: rgb(245,31,143); }
div.DivClassName
{
background-color: #F51F8F;
}
.BgClassName
{
background-color: #F51F8F;
}
</style>
border-color css
<style>
span { border-color: #F51F8F; }
span { border-color: rgb(245,31,143); }
td.TdClassName
{
border-color: #F51F8F;
}
.TagClassName
{
border-color: #F51F8F;
}
</style>