Shades of Deep Pink #F71294
Tints of Deep Pink #F71294
RGB
CMYK
RGB Variations
Color information
#F71294 (or 0xF71294) is known color: Deep Pink. HEX triplet: F7, 12 and 94. RGB value is (247,18,148). Sum of RGB (Red+Green+Blue) = 247+18+148=413 (54% of max value = 765). Red value is 247 (96.88% from 255 or 59.81% from 413); Green value is 18 (7.42% from 255 or 4.36% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 247 - color contains mainly: red. Hex color #F71294 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71294 is #08ED6B. Grayscale: #656565. Windows color (decimal): -585068 or 9704183. OLE color: 9704183.
HSL color Cylindrical-coordinate representation of color #F71294: hue angle of 325.94º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F71294 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 18 | 148 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.03 |
| HSL | 325.94º | 0.93% | 0.52% | - |
| HSV(B) | 325.94º | 0.93% | 0.97% | - |
| XYZ | 43.92 | 22.34 | 30.02 | - |
| YUV | 101.29 | 154.37 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 18 | 148 | 0 | 0.93 | 0.40 | 0.03 | 325.94 | 0.93 | 0.52 |
| Hex | F7 | 12 | 94 | 0 | 5D | 28 | 3 | 146 | 5D | 34 |
| Octal | 367 | 22 | 224 | 0 | 135 | 50 | 3 | 506 | 135 | 64 |
| Binary | 11110111 | 10010 | 10010100 | 0 | 1011101 | 101000 | 11 | 101000110 | 1011101 | 110100 |
Color Harmonies of #F71294
Complementary color
Monochromatic Colors of #F71294
Black with #F71294
Text Example
Text Example
White with #F71294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71294; }
p { color: rgb(247,18,148); }
H1.HeaderClassName
{
color: #F71294;
}
.AnyTagClassName
{
color: #F71294;
}
</style>
background-color css
<style>
a { background-color: #F71294; }
a { background-color: rgb(247,18,148); }
div.DivClassName
{
background-color: #F71294;
}
.BgClassName
{
background-color: #F71294;
}
</style>
border-color css
<style>
span { border-color: #F71294; }
span { border-color: rgb(247,18,148); }
td.TdClassName
{
border-color: #F71294;
}
.TagClassName
{
border-color: #F71294;
}
</style>