Shades of Deep Pink #F7267C
Tints of Deep Pink #F7267C
RGB
CMYK
RGB Variations
Color information
#F7267C (or 0xF7267C) is known color: Deep Pink. HEX triplet: F7, 26 and 7C. RGB value is (247,38,124). Sum of RGB (Red+Green+Blue) = 247+38+124=409 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.39% from 409); Green value is 38 (15.23% from 255 or 9.29% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 247 - color contains mainly: red. Hex color #F7267C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F7267C is #08D983. Grayscale: #6E6E6E. Windows color (decimal): -579972 or 8136439. OLE color: 8136439.
HSL color Cylindrical-coordinate representation of color #F7267C: hue angle of 335.31º 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 #F7267C is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 38 | 124 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.03 |
| HSL | 335.31º | 0.93% | 0.56% | - |
| HSV(B) | 335.31º | 0.85% | 0.97% | - |
| XYZ | 42.69 | 22.62 | 21.18 | - |
| YUV | 110.3 | 135.74 | 225.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 38 | 124 | 0 | 0.85 | 0.50 | 0.03 | 335.31 | 0.93 | 0.56 |
| Hex | F7 | 26 | 7C | 0 | 55 | 32 | 3 | 14F | 5D | 38 |
| Octal | 367 | 46 | 174 | 0 | 125 | 62 | 3 | 517 | 135 | 70 |
| Binary | 11110111 | 100110 | 1111100 | 0 | 1010101 | 110010 | 11 | 101001111 | 1011101 | 111000 |
Color Harmonies of #F7267C
Complementary color
Monochromatic Colors of #F7267C
Black with #F7267C
Text Example
Text Example
White with #F7267C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7267C; }
p { color: rgb(247,38,124); }
H1.HeaderClassName
{
color: #F7267C;
}
.AnyTagClassName
{
color: #F7267C;
}
</style>
background-color css
<style>
a { background-color: #F7267C; }
a { background-color: rgb(247,38,124); }
div.DivClassName
{
background-color: #F7267C;
}
.BgClassName
{
background-color: #F7267C;
}
</style>
border-color css
<style>
span { border-color: #F7267C; }
span { border-color: rgb(247,38,124); }
td.TdClassName
{
border-color: #F7267C;
}
.TagClassName
{
border-color: #F7267C;
}
</style>