Shades of Deep Pink #F7267E
Tints of Deep Pink #F7267E
RGB
CMYK
RGB Variations
Color information
#F7267E (or 0xF7267E) is known color: Deep Pink. HEX triplet: F7, 26 and 7E. RGB value is (247,38,126). Sum of RGB (Red+Green+Blue) = 247+38+126=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 38 (15.23% from 255 or 9.25% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F7267E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7267E is #08D981. Grayscale: #6E6E6E. Windows color (decimal): -579970 or 8267511. OLE color: 8267511.
HSL color Cylindrical-coordinate representation of color #F7267E: hue angle of 334.74º 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 #F7267E is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 126 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.03 |
| HSL | 334.74º | 0.93% | 0.56% | - |
| HSV(B) | 334.74º | 0.85% | 0.97% | - |
| XYZ | 42.82 | 22.67 | 21.86 | - |
| YUV | 110.52 | 136.74 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 126 | 0 | 0.85 | 0.49 | 0.03 | 334.74 | 0.93 | 0.56 |
| Hex | F7 | 26 | 7E | 0 | 55 | 31 | 3 | 14F | 5D | 38 |
| Octal | 367 | 46 | 176 | 0 | 125 | 61 | 3 | 517 | 135 | 70 |
| Binary | 11110111 | 100110 | 1111110 | 0 | 1010101 | 110001 | 11 | 101001111 | 1011101 | 111000 |
Color Harmonies of #F7267E
Complementary color
Monochromatic Colors of #F7267E
Black with #F7267E
Text Example
Text Example
White with #F7267E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7267E; }
p { color: rgb(247,38,126); }
H1.HeaderClassName
{
color: #F7267E;
}
.AnyTagClassName
{
color: #F7267E;
}
</style>
background-color css
<style>
a { background-color: #F7267E; }
a { background-color: rgb(247,38,126); }
div.DivClassName
{
background-color: #F7267E;
}
.BgClassName
{
background-color: #F7267E;
}
</style>
border-color css
<style>
span { border-color: #F7267E; }
span { border-color: rgb(247,38,126); }
td.TdClassName
{
border-color: #F7267E;
}
.TagClassName
{
border-color: #F7267E;
}
</style>