Shades of Deep Pink #F7267B
Tints of Deep Pink #F7267B
RGB
CMYK
RGB Variations
Color information
#F7267B (or 0xF7267B) is known color: Deep Pink. HEX triplet: F7, 26 and 7B. RGB value is (247,38,123). Sum of RGB (Red+Green+Blue) = 247+38+123=408 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.54% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 247 - color contains mainly: red. Hex color #F7267B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7267B is #08D984. Grayscale: #6E6E6E. Windows color (decimal): -579973 or 8070903. OLE color: 8070903.
HSL color Cylindrical-coordinate representation of color #F7267B: hue angle of 335.6º 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 #F7267B is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 123 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.03 |
| HSL | 335.6º | 0.93% | 0.56% | - |
| HSV(B) | 335.6º | 0.85% | 0.97% | - |
| XYZ | 42.63 | 22.59 | 20.85 | - |
| YUV | 110.18 | 135.24 | 225.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 123 | 0 | 0.85 | 0.50 | 0.03 | 335.6 | 0.93 | 0.56 |
| Hex | F7 | 26 | 7B | 0 | 55 | 32 | 3 | 150 | 5D | 38 |
| Octal | 367 | 46 | 173 | 0 | 125 | 62 | 3 | 520 | 135 | 70 |
| Binary | 11110111 | 100110 | 1111011 | 0 | 1010101 | 110010 | 11 | 101010000 | 1011101 | 111000 |
Color Harmonies of #F7267B
Complementary color
Monochromatic Colors of #F7267B
Black with #F7267B
Text Example
Text Example
White with #F7267B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7267B; }
p { color: rgb(247,38,123); }
H1.HeaderClassName
{
color: #F7267B;
}
.AnyTagClassName
{
color: #F7267B;
}
</style>
background-color css
<style>
a { background-color: #F7267B; }
a { background-color: rgb(247,38,123); }
div.DivClassName
{
background-color: #F7267B;
}
.BgClassName
{
background-color: #F7267B;
}
</style>
border-color css
<style>
span { border-color: #F7267B; }
span { border-color: rgb(247,38,123); }
td.TdClassName
{
border-color: #F7267B;
}
.TagClassName
{
border-color: #F7267B;
}
</style>