Shades of Deep Pink #F51B9A
Tints of Deep Pink #F51B9A
RGB
CMYK
RGB Variations
Color information
#F51B9A (or 0xF51B9A) is known color: Deep Pink. HEX triplet: F5, 1B and 9A. RGB value is (245,27,154). Sum of RGB (Red+Green+Blue) = 245+27+154=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51B9A is #0AE465. Grayscale: #6A6A6A. Windows color (decimal): -713830 or 10099701. OLE color: 10099701.
HSL color Cylindrical-coordinate representation of color #F51B9A: hue angle of 325.05º 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 #F51B9A is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 154 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.04 |
| HSL | 325.05º | 0.92% | 0.53% | - |
| HSV(B) | 325.05º | 0.89% | 0.96% | - |
| XYZ | 43.88 | 22.53 | 32.61 | - |
| YUV | 106.66 | 154.72 | 226.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 154 | 0 | 0.89 | 0.37 | 0.04 | 325.05 | 0.92 | 0.53 |
| Hex | F5 | 1B | 9A | 0 | 59 | 25 | 4 | 145 | 5C | 35 |
| Octal | 365 | 33 | 232 | 0 | 131 | 45 | 4 | 505 | 134 | 65 |
| Binary | 11110101 | 11011 | 10011010 | 0 | 1011001 | 100101 | 100 | 101000101 | 1011100 | 110101 |
Color Harmonies of #F51B9A
Complementary color
Monochromatic Colors of #F51B9A
Black with #F51B9A
Text Example
Text Example
White with #F51B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51B9A; }
p { color: rgb(245,27,154); }
H1.HeaderClassName
{
color: #F51B9A;
}
.AnyTagClassName
{
color: #F51B9A;
}
</style>
background-color css
<style>
a { background-color: #F51B9A; }
a { background-color: rgb(245,27,154); }
div.DivClassName
{
background-color: #F51B9A;
}
.BgClassName
{
background-color: #F51B9A;
}
</style>
border-color css
<style>
span { border-color: #F51B9A; }
span { border-color: rgb(245,27,154); }
td.TdClassName
{
border-color: #F51B9A;
}
.TagClassName
{
border-color: #F51B9A;
}
</style>