Shades of Deep Pink #F7027B
Tints of Deep Pink #F7027B
RGB
CMYK
RGB Variations
Color information
#F7027B (or 0xF7027B) is known color: Deep Pink. HEX triplet: F7, 02 and 7B. RGB value is (247,2,123). Sum of RGB (Red+Green+Blue) = 247+2+123=372 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.40% from 372); Green value is 2 (1.17% from 255 or 0.54% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 247 - color contains mainly: red. Hex color #F7027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7027B is #08FD84. Grayscale: #585858. Windows color (decimal): -589189 or 8061687. OLE color: 8061687.
HSL color Cylindrical-coordinate representation of color #F7027B: hue angle of 330.37º 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 #F7027B is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.03 |
| HSL | 330.37º | 0.98% | 0.49% | - |
| HSV(B) | 330.37º | 0.99% | 0.97% | - |
| XYZ | 41.95 | 21.25 | 20.63 | - |
| YUV | 89.05 | 147.17 | 240.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 123 | 0 | 0.99 | 0.50 | 0.03 | 330.37 | 0.98 | 0.49 |
| Hex | F7 | 2 | 7B | 0 | 63 | 32 | 3 | 14A | 62 | 31 |
| Octal | 367 | 2 | 173 | 0 | 143 | 62 | 3 | 512 | 142 | 61 |
| Binary | 11110111 | 10 | 1111011 | 0 | 1100011 | 110010 | 11 | 101001010 | 1100010 | 110001 |
Color Harmonies of #F7027B
Complementary color
Monochromatic Colors of #F7027B
Black with #F7027B
Text Example
Text Example
White with #F7027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7027B; }
p { color: rgb(247,2,123); }
H1.HeaderClassName
{
color: #F7027B;
}
.AnyTagClassName
{
color: #F7027B;
}
</style>
background-color css
<style>
a { background-color: #F7027B; }
a { background-color: rgb(247,2,123); }
div.DivClassName
{
background-color: #F7027B;
}
.BgClassName
{
background-color: #F7027B;
}
</style>
border-color css
<style>
span { border-color: #F7027B; }
span { border-color: rgb(247,2,123); }
td.TdClassName
{
border-color: #F7027B;
}
.TagClassName
{
border-color: #F7027B;
}
</style>