Shades of Deep Pink #F7027A
Tints of Deep Pink #F7027A
RGB
CMYK
RGB Variations
Color information
#F7027A (or 0xF7027A) is known color: Deep Pink. HEX triplet: F7, 02 and 7A. RGB value is (247,2,122). Sum of RGB (Red+Green+Blue) = 247+2+122=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 2 (1.17% from 255 or 0.54% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F7027A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7027A is #08FD85. Grayscale: #585858. Windows color (decimal): -589190 or 7996151. OLE color: 7996151.
HSL color Cylindrical-coordinate representation of color #F7027A: hue angle of 330.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F7027A is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 122 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.03 |
| HSL | 330.61º | 0.98% | 0.49% | - |
| HSV(B) | 330.61º | 0.99% | 0.97% | - |
| XYZ | 41.89 | 21.22 | 20.3 | - |
| YUV | 88.94 | 146.67 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 122 | 0 | 0.99 | 0.51 | 0.03 | 330.61 | 0.98 | 0.49 |
| Hex | F7 | 2 | 7A | 0 | 63 | 33 | 3 | 14B | 62 | 31 |
| Octal | 367 | 2 | 172 | 0 | 143 | 63 | 3 | 513 | 142 | 61 |
| Binary | 11110111 | 10 | 1111010 | 0 | 1100011 | 110011 | 11 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F7027A
Complementary color
Monochromatic Colors of #F7027A
Black with #F7027A
Text Example
Text Example
White with #F7027A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7027A; }
p { color: rgb(247,2,122); }
H1.HeaderClassName
{
color: #F7027A;
}
.AnyTagClassName
{
color: #F7027A;
}
</style>
background-color css
<style>
a { background-color: #F7027A; }
a { background-color: rgb(247,2,122); }
div.DivClassName
{
background-color: #F7027A;
}
.BgClassName
{
background-color: #F7027A;
}
</style>
border-color css
<style>
span { border-color: #F7027A; }
span { border-color: rgb(247,2,122); }
td.TdClassName
{
border-color: #F7027A;
}
.TagClassName
{
border-color: #F7027A;
}
</style>