Shades of Deep Pink #F9277D
Tints of Deep Pink #F9277D
RGB
CMYK
RGB Variations
Color information
#F9277D (or 0xF9277D) is known color: Deep Pink. HEX triplet: F9, 27 and 7D. RGB value is (249,39,125). Sum of RGB (Red+Green+Blue) = 249+39+125=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F9277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F9277D is #06D882. Grayscale: #6F6F6F. Windows color (decimal): -448643 or 8202233. OLE color: 8202233.
HSL color Cylindrical-coordinate representation of color #F9277D: hue angle of 335.43º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9277D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 39 | 125 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.02 |
| HSL | 335.43º | 0.95% | 0.56% | - |
| HSV(B) | 335.43º | 0.84% | 0.98% | - |
| XYZ | 43.49 | 23.07 | 21.56 | - |
| YUV | 111.59 | 135.57 | 226.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 39 | 125 | 0 | 0.84 | 0.50 | 0.02 | 335.43 | 0.95 | 0.56 |
| Hex | F9 | 27 | 7D | 0 | 54 | 32 | 2 | 14F | 5F | 38 |
| Octal | 371 | 47 | 175 | 0 | 124 | 62 | 2 | 517 | 137 | 70 |
| Binary | 11111001 | 100111 | 1111101 | 0 | 1010100 | 110010 | 10 | 101001111 | 1011111 | 111000 |
Color Harmonies of #F9277D
Complementary color
Monochromatic Colors of #F9277D
Black with #F9277D
Text Example
Text Example
White with #F9277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9277D; }
p { color: rgb(249,39,125); }
H1.HeaderClassName
{
color: #F9277D;
}
.AnyTagClassName
{
color: #F9277D;
}
</style>
background-color css
<style>
a { background-color: #F9277D; }
a { background-color: rgb(249,39,125); }
div.DivClassName
{
background-color: #F9277D;
}
.BgClassName
{
background-color: #F9277D;
}
</style>
border-color css
<style>
span { border-color: #F9277D; }
span { border-color: rgb(249,39,125); }
td.TdClassName
{
border-color: #F9277D;
}
.TagClassName
{
border-color: #F9277D;
}
</style>