Shades of Deep Pink #F9147B
Tints of Deep Pink #F9147B
RGB
CMYK
RGB Variations
Color information
#F9147B (or 0xF9147B) is known color: Deep Pink. HEX triplet: F9, 14 and 7B. RGB value is (249,20,123). Sum of RGB (Red+Green+Blue) = 249+20+123=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F9147B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9147B is #06EB84. Grayscale: #646464. Windows color (decimal): -453509 or 8066297. OLE color: 8066297.
HSL color Cylindrical-coordinate representation of color #F9147B: hue angle of 333.01º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9147B is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 123 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.02 |
| HSL | 333.01º | 0.95% | 0.53% | - |
| HSV(B) | 333.01º | 0.92% | 0.98% | - |
| XYZ | 42.89 | 22.07 | 20.74 | - |
| YUV | 100.21 | 140.87 | 234.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 123 | 0 | 0.92 | 0.51 | 0.02 | 333.01 | 0.95 | 0.53 |
| Hex | F9 | 14 | 7B | 0 | 5C | 33 | 2 | 14D | 5F | 35 |
| Octal | 371 | 24 | 173 | 0 | 134 | 63 | 2 | 515 | 137 | 65 |
| Binary | 11111001 | 10100 | 1111011 | 0 | 1011100 | 110011 | 10 | 101001101 | 1011111 | 110101 |
Color Harmonies of #F9147B
Complementary color
Monochromatic Colors of #F9147B
Black with #F9147B
Text Example
Text Example
White with #F9147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9147B; }
p { color: rgb(249,20,123); }
H1.HeaderClassName
{
color: #F9147B;
}
.AnyTagClassName
{
color: #F9147B;
}
</style>
background-color css
<style>
a { background-color: #F9147B; }
a { background-color: rgb(249,20,123); }
div.DivClassName
{
background-color: #F9147B;
}
.BgClassName
{
background-color: #F9147B;
}
</style>
border-color css
<style>
span { border-color: #F9147B; }
span { border-color: rgb(249,20,123); }
td.TdClassName
{
border-color: #F9147B;
}
.TagClassName
{
border-color: #F9147B;
}
</style>