Shades of Deep Pink #F71B7D
Tints of Deep Pink #F71B7D
RGB
CMYK
RGB Variations
Color information
#F71B7D (or 0xF71B7D) is known color: Deep Pink. HEX triplet: F7, 1B and 7D. RGB value is (247,27,125). Sum of RGB (Red+Green+Blue) = 247+27+125=399 (52% of max value = 765). Red value is 247 (96.88% from 255 or 61.90% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 247 - color contains mainly: red. Hex color #F71B7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F71B7D is #08E482. Grayscale: #676767. Windows color (decimal): -582787 or 8199159. OLE color: 8199159.
HSL color Cylindrical-coordinate representation of color #F71B7D: hue angle of 333.27º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F71B7D is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 27 | 125 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.03 |
| HSL | 333.27º | 0.93% | 0.54% | - |
| HSV(B) | 333.27º | 0.89% | 0.97% | - |
| XYZ | 42.45 | 22.04 | 21.42 | - |
| YUV | 103.95 | 139.89 | 230.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 27 | 125 | 0 | 0.89 | 0.49 | 0.03 | 333.27 | 0.93 | 0.54 |
| Hex | F7 | 1B | 7D | 0 | 59 | 31 | 3 | 14D | 5D | 36 |
| Octal | 367 | 33 | 175 | 0 | 131 | 61 | 3 | 515 | 135 | 66 |
| Binary | 11110111 | 11011 | 1111101 | 0 | 1011001 | 110001 | 11 | 101001101 | 1011101 | 110110 |
Color Harmonies of #F71B7D
Complementary color
Monochromatic Colors of #F71B7D
Black with #F71B7D
Text Example
Text Example
White with #F71B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71B7D; }
p { color: rgb(247,27,125); }
H1.HeaderClassName
{
color: #F71B7D;
}
.AnyTagClassName
{
color: #F71B7D;
}
</style>
background-color css
<style>
a { background-color: #F71B7D; }
a { background-color: rgb(247,27,125); }
div.DivClassName
{
background-color: #F71B7D;
}
.BgClassName
{
background-color: #F71B7D;
}
</style>
border-color css
<style>
span { border-color: #F71B7D; }
span { border-color: rgb(247,27,125); }
td.TdClassName
{
border-color: #F71B7D;
}
.TagClassName
{
border-color: #F71B7D;
}
</style>