Shades of Deep Pink #F9207D
Tints of Deep Pink #F9207D
RGB
CMYK
RGB Variations
Color information
#F9207D (or 0xF9207D) is known color: Deep Pink. HEX triplet: F9, 20 and 7D. RGB value is (249,32,125). Sum of RGB (Red+Green+Blue) = 249+32+125=406 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.33% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 249 - color contains mainly: red. Hex color #F9207D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9207D is #06DF82. Grayscale: #6B6B6B. Windows color (decimal): -450435 or 8200441. OLE color: 8200441.
HSL color Cylindrical-coordinate representation of color #F9207D: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9207D is Cyan = 0, Magento = 0.87, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 125 | - |
| CMYK | 0 | 0.87 | 0.50 | 0.02 |
| HSL | 334.29º | 0.95% | 0.55% | - |
| HSV(B) | 334.29º | 0.87% | 0.98% | - |
| XYZ | 43.29 | 22.65 | 21.49 | - |
| YUV | 107.49 | 137.89 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 125 | 0 | 0.87 | 0.50 | 0.02 | 334.29 | 0.95 | 0.55 |
| Hex | F9 | 20 | 7D | 0 | 57 | 32 | 2 | 14E | 5F | 37 |
| Octal | 371 | 40 | 175 | 0 | 127 | 62 | 2 | 516 | 137 | 67 |
| Binary | 11111001 | 100000 | 1111101 | 0 | 1010111 | 110010 | 10 | 101001110 | 1011111 | 110111 |
Color Harmonies of #F9207D
Complementary color
Monochromatic Colors of #F9207D
Black with #F9207D
Text Example
Text Example
White with #F9207D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9207D; }
p { color: rgb(249,32,125); }
H1.HeaderClassName
{
color: #F9207D;
}
.AnyTagClassName
{
color: #F9207D;
}
</style>
background-color css
<style>
a { background-color: #F9207D; }
a { background-color: rgb(249,32,125); }
div.DivClassName
{
background-color: #F9207D;
}
.BgClassName
{
background-color: #F9207D;
}
</style>
border-color css
<style>
span { border-color: #F9207D; }
span { border-color: rgb(249,32,125); }
td.TdClassName
{
border-color: #F9207D;
}
.TagClassName
{
border-color: #F9207D;
}
</style>