Shades of Deep Pink #F9127F
Tints of Deep Pink #F9127F
RGB
CMYK
RGB Variations
Color information
#F9127F (or 0xF9127F) is known color: Deep Pink. HEX triplet: F9, 12 and 7F. RGB value is (249,18,127). Sum of RGB (Red+Green+Blue) = 249+18+127=394 (52% of max value = 765). Red value is 249 (97.66% from 255 or 63.20% from 394); Green value is 18 (7.42% from 255 or 4.57% from 394); Blue value is 127 (50% from 255 or 32.23% from 394); Max value from RGB is 249 - color contains mainly: red. Hex color #F9127F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9127F is #06ED80. Grayscale: #636363. Windows color (decimal): -454017 or 8327929. OLE color: 8327929.
HSL color Cylindrical-coordinate representation of color #F9127F: hue angle of 331.69º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F9127F is Cyan = 0, Magento = 0.93, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 127 | - |
| CMYK | 0 | 0.93 | 0.49 | 0.02 |
| HSL | 331.69º | 0.95% | 0.52% | - |
| HSV(B) | 331.69º | 0.93% | 0.98% | - |
| XYZ | 43.11 | 22.1 | 22.07 | - |
| YUV | 99.5 | 143.53 | 234.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 127 | 0 | 0.93 | 0.49 | 0.02 | 331.69 | 0.95 | 0.52 |
| Hex | F9 | 12 | 7F | 0 | 5D | 31 | 2 | 14C | 5F | 34 |
| Octal | 371 | 22 | 177 | 0 | 135 | 61 | 2 | 514 | 137 | 64 |
| Binary | 11111001 | 10010 | 1111111 | 0 | 1011101 | 110001 | 10 | 101001100 | 1011111 | 110100 |
Color Harmonies of #F9127F
Complementary color
Monochromatic Colors of #F9127F
Black with #F9127F
Text Example
Text Example
White with #F9127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9127F; }
p { color: rgb(249,18,127); }
H1.HeaderClassName
{
color: #F9127F;
}
.AnyTagClassName
{
color: #F9127F;
}
</style>
background-color css
<style>
a { background-color: #F9127F; }
a { background-color: rgb(249,18,127); }
div.DivClassName
{
background-color: #F9127F;
}
.BgClassName
{
background-color: #F9127F;
}
</style>
border-color css
<style>
span { border-color: #F9127F; }
span { border-color: rgb(249,18,127); }
td.TdClassName
{
border-color: #F9127F;
}
.TagClassName
{
border-color: #F9127F;
}
</style>