Shades of Deep Pink #F7267D
Tints of Deep Pink #F7267D
RGB
CMYK
RGB Variations
Color information
#F7267D (or 0xF7267D) is known color: Deep Pink. HEX triplet: F7, 26 and 7D. RGB value is (247,38,125). Sum of RGB (Red+Green+Blue) = 247+38+125=410 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.24% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 247 - color contains mainly: red. Hex color #F7267D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7267D is #08D982. Grayscale: #6E6E6E. Windows color (decimal): -579971 or 8201975. OLE color: 8201975.
HSL color Cylindrical-coordinate representation of color #F7267D: hue angle of 335.02º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7267D is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 125 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.03 |
| HSL | 335.02º | 0.93% | 0.56% | - |
| HSV(B) | 335.02º | 0.85% | 0.97% | - |
| XYZ | 42.75 | 22.64 | 21.52 | - |
| YUV | 110.41 | 136.24 | 225.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 125 | 0 | 0.85 | 0.49 | 0.03 | 335.02 | 0.93 | 0.56 |
| Hex | F7 | 26 | 7D | 0 | 55 | 31 | 3 | 14F | 5D | 38 |
| Octal | 367 | 46 | 175 | 0 | 125 | 61 | 3 | 517 | 135 | 70 |
| Binary | 11110111 | 100110 | 1111101 | 0 | 1010101 | 110001 | 11 | 101001111 | 1011101 | 111000 |
Color Harmonies of #F7267D
Complementary color
Monochromatic Colors of #F7267D
Black with #F7267D
Text Example
Text Example
White with #F7267D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7267D; }
p { color: rgb(247,38,125); }
H1.HeaderClassName
{
color: #F7267D;
}
.AnyTagClassName
{
color: #F7267D;
}
</style>
background-color css
<style>
a { background-color: #F7267D; }
a { background-color: rgb(247,38,125); }
div.DivClassName
{
background-color: #F7267D;
}
.BgClassName
{
background-color: #F7267D;
}
</style>
border-color css
<style>
span { border-color: #F7267D; }
span { border-color: rgb(247,38,125); }
td.TdClassName
{
border-color: #F7267D;
}
.TagClassName
{
border-color: #F7267D;
}
</style>