Shades of Deep Pink #F51B9C
Tints of Deep Pink #F51B9C
RGB
CMYK
RGB Variations
Color information
#F51B9C (or 0xF51B9C) is known color: Deep Pink. HEX triplet: F5, 1B and 9C. RGB value is (245,27,156). Sum of RGB (Red+Green+Blue) = 245+27+156=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F51B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F51B9C is #0AE463. Grayscale: #6A6A6A. Windows color (decimal): -713828 or 10230773. OLE color: 10230773.
HSL color Cylindrical-coordinate representation of color #F51B9C: hue angle of 324.5º 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 #F51B9C is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 27 | 156 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.04 |
| HSL | 324.5º | 0.92% | 0.53% | - |
| HSV(B) | 324.5º | 0.89% | 0.96% | - |
| XYZ | 44.05 | 22.6 | 33.49 | - |
| YUV | 106.89 | 155.72 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 27 | 156 | 0 | 0.89 | 0.36 | 0.04 | 324.5 | 0.92 | 0.53 |
| Hex | F5 | 1B | 9C | 0 | 59 | 24 | 4 | 144 | 5C | 35 |
| Octal | 365 | 33 | 234 | 0 | 131 | 44 | 4 | 504 | 134 | 65 |
| Binary | 11110101 | 11011 | 10011100 | 0 | 1011001 | 100100 | 100 | 101000100 | 1011100 | 110101 |
Color Harmonies of #F51B9C
Complementary color
Monochromatic Colors of #F51B9C
Black with #F51B9C
Text Example
Text Example
White with #F51B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51B9C; }
p { color: rgb(245,27,156); }
H1.HeaderClassName
{
color: #F51B9C;
}
.AnyTagClassName
{
color: #F51B9C;
}
</style>
background-color css
<style>
a { background-color: #F51B9C; }
a { background-color: rgb(245,27,156); }
div.DivClassName
{
background-color: #F51B9C;
}
.BgClassName
{
background-color: #F51B9C;
}
</style>
border-color css
<style>
span { border-color: #F51B9C; }
span { border-color: rgb(245,27,156); }
td.TdClassName
{
border-color: #F51B9C;
}
.TagClassName
{
border-color: #F51B9C;
}
</style>