Shades of Deep Pink #F9097D
Tints of Deep Pink #F9097D
RGB
CMYK
RGB Variations
Color information
#F9097D (or 0xF9097D) is known color: Deep Pink. HEX triplet: F9, 09 and 7D. RGB value is (249,9,125). Sum of RGB (Red+Green+Blue) = 249+9+125=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 9 (3.91% from 255 or 2.35% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F9097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9097D is #06F682. Grayscale: #5D5D5D. Windows color (decimal): -456323 or 8194553. OLE color: 8194553.
HSL color Cylindrical-coordinate representation of color #F9097D: hue angle of 331º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9097D is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.50 | 0.02 |
| HSL | 331º | 0.95% | 0.51% | - |
| HSV(B) | 331º | 0.96% | 0.98% | - |
| XYZ | 42.87 | 21.82 | 21.35 | - |
| YUV | 93.98 | 145.51 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 125 | 0 | 0.96 | 0.50 | 0.02 | 331 | 0.95 | 0.51 |
| Hex | F9 | 9 | 7D | 0 | 60 | 32 | 2 | 14B | 5F | 33 |
| Octal | 371 | 11 | 175 | 0 | 140 | 62 | 2 | 513 | 137 | 63 |
| Binary | 11111001 | 1001 | 1111101 | 0 | 1100000 | 110010 | 10 | 101001011 | 1011111 | 110011 |
Color Harmonies of #F9097D
Complementary color
Monochromatic Colors of #F9097D
Black with #F9097D
Text Example
Text Example
White with #F9097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9097D; }
p { color: rgb(249,9,125); }
H1.HeaderClassName
{
color: #F9097D;
}
.AnyTagClassName
{
color: #F9097D;
}
</style>
background-color css
<style>
a { background-color: #F9097D; }
a { background-color: rgb(249,9,125); }
div.DivClassName
{
background-color: #F9097D;
}
.BgClassName
{
background-color: #F9097D;
}
</style>
border-color css
<style>
span { border-color: #F9097D; }
span { border-color: rgb(249,9,125); }
td.TdClassName
{
border-color: #F9097D;
}
.TagClassName
{
border-color: #F9097D;
}
</style>