Shades of Deep Pink #F9137A
Tints of Deep Pink #F9137A
RGB
CMYK
RGB Variations
Color information
#F9137A (or 0xF9137A) is known color: Deep Pink. HEX triplet: F9, 13 and 7A. RGB value is (249,19,122). Sum of RGB (Red+Green+Blue) = 249+19+122=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F9137A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9137A is #06EC85. Grayscale: #636363. Windows color (decimal): -453766 or 8000505. OLE color: 8000505.
HSL color Cylindrical-coordinate representation of color #F9137A: hue angle of 333.13º 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 #F9137A is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 122 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.02 |
| HSL | 333.13º | 0.95% | 0.53% | - |
| HSV(B) | 333.13º | 0.92% | 0.98% | - |
| XYZ | 42.81 | 22.01 | 20.4 | - |
| YUV | 99.51 | 140.7 | 234.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 122 | 0 | 0.92 | 0.51 | 0.02 | 333.13 | 0.95 | 0.53 |
| Hex | F9 | 13 | 7A | 0 | 5C | 33 | 2 | 14D | 5F | 35 |
| Octal | 371 | 23 | 172 | 0 | 134 | 63 | 2 | 515 | 137 | 65 |
| Binary | 11111001 | 10011 | 1111010 | 0 | 1011100 | 110011 | 10 | 101001101 | 1011111 | 110101 |
Color Harmonies of #F9137A
Complementary color
Monochromatic Colors of #F9137A
Black with #F9137A
Text Example
Text Example
White with #F9137A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9137A; }
p { color: rgb(249,19,122); }
H1.HeaderClassName
{
color: #F9137A;
}
.AnyTagClassName
{
color: #F9137A;
}
</style>
background-color css
<style>
a { background-color: #F9137A; }
a { background-color: rgb(249,19,122); }
div.DivClassName
{
background-color: #F9137A;
}
.BgClassName
{
background-color: #F9137A;
}
</style>
border-color css
<style>
span { border-color: #F9137A; }
span { border-color: rgb(249,19,122); }
td.TdClassName
{
border-color: #F9137A;
}
.TagClassName
{
border-color: #F9137A;
}
</style>