Shades of Deep Pink #F9267D
Tints of Deep Pink #F9267D
RGB
CMYK
RGB Variations
Color information
#F9267D (or 0xF9267D) is known color: Deep Pink. HEX triplet: F9, 26 and 7D. RGB value is (249,38,125). Sum of RGB (Red+Green+Blue) = 249+38+125=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F9267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9267D is #06D982. Grayscale: #6E6E6E. Windows color (decimal): -448899 or 8201977. OLE color: 8201977.
HSL color Cylindrical-coordinate representation of color #F9267D: hue angle of 335.26º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F9267D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 38 | 125 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.02 |
| HSL | 335.26º | 0.95% | 0.56% | - |
| HSV(B) | 335.26º | 0.85% | 0.98% | - |
| XYZ | 43.46 | 23.01 | 21.55 | - |
| YUV | 111.01 | 135.9 | 226.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 38 | 125 | 0 | 0.85 | 0.50 | 0.02 | 335.26 | 0.95 | 0.56 |
| Hex | F9 | 26 | 7D | 0 | 55 | 32 | 2 | 14F | 5F | 38 |
| Octal | 371 | 46 | 175 | 0 | 125 | 62 | 2 | 517 | 137 | 70 |
| Binary | 11111001 | 100110 | 1111101 | 0 | 1010101 | 110010 | 10 | 101001111 | 1011111 | 111000 |
Color Harmonies of #F9267D
Complementary color
Monochromatic Colors of #F9267D
Black with #F9267D
Text Example
Text Example
White with #F9267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9267D; }
p { color: rgb(249,38,125); }
H1.HeaderClassName
{
color: #F9267D;
}
.AnyTagClassName
{
color: #F9267D;
}
</style>
background-color css
<style>
a { background-color: #F9267D; }
a { background-color: rgb(249,38,125); }
div.DivClassName
{
background-color: #F9267D;
}
.BgClassName
{
background-color: #F9267D;
}
</style>
border-color css
<style>
span { border-color: #F9267D; }
span { border-color: rgb(249,38,125); }
td.TdClassName
{
border-color: #F9267D;
}
.TagClassName
{
border-color: #F9267D;
}
</style>