Shades of Deep Pink #F7267A
Tints of Deep Pink #F7267A
RGB
CMYK
RGB Variations
Color information
#F7267A (or 0xF7267A) is known color: Deep Pink. HEX triplet: F7, 26 and 7A. RGB value is (247,38,122). Sum of RGB (Red+Green+Blue) = 247+38+122=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7267A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7267A is #08D985. Grayscale: #6D6D6D. Windows color (decimal): -579974 or 8005367. OLE color: 8005367.
HSL color Cylindrical-coordinate representation of color #F7267A: hue angle of 335.89º 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 #F7267A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 122 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.03 |
| HSL | 335.89º | 0.93% | 0.56% | - |
| HSV(B) | 335.89º | 0.85% | 0.97% | - |
| XYZ | 42.56 | 22.57 | 20.52 | - |
| YUV | 110.07 | 134.74 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 122 | 0 | 0.85 | 0.51 | 0.03 | 335.89 | 0.93 | 0.56 |
| Hex | F7 | 26 | 7A | 0 | 55 | 33 | 3 | 150 | 5D | 38 |
| Octal | 367 | 46 | 172 | 0 | 125 | 63 | 3 | 520 | 135 | 70 |
| Binary | 11110111 | 100110 | 1111010 | 0 | 1010101 | 110011 | 11 | 101010000 | 1011101 | 111000 |
Color Harmonies of #F7267A
Complementary color
Monochromatic Colors of #F7267A
Black with #F7267A
Text Example
Text Example
White with #F7267A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7267A; }
p { color: rgb(247,38,122); }
H1.HeaderClassName
{
color: #F7267A;
}
.AnyTagClassName
{
color: #F7267A;
}
</style>
background-color css
<style>
a { background-color: #F7267A; }
a { background-color: rgb(247,38,122); }
div.DivClassName
{
background-color: #F7267A;
}
.BgClassName
{
background-color: #F7267A;
}
</style>
border-color css
<style>
span { border-color: #F7267A; }
span { border-color: rgb(247,38,122); }
td.TdClassName
{
border-color: #F7267A;
}
.TagClassName
{
border-color: #F7267A;
}
</style>