Shades of Deep Pink #F9027B
Tints of Deep Pink #F9027B
RGB
CMYK
RGB Variations
Color information
#F9027B (or 0xF9027B) is known color: Deep Pink. HEX triplet: F9, 02 and 7B. RGB value is (249,2,123). Sum of RGB (Red+Green+Blue) = 249+2+123=374 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.58% from 374); Green value is 2 (1.17% from 255 or 0.53% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 249 - color contains mainly: red. Hex color #F9027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9027B is #06FD84. Grayscale: #595959. Windows color (decimal): -458117 or 8061689. OLE color: 8061689.
HSL color Cylindrical-coordinate representation of color #F9027B: hue angle of 330.61º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F9027B is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 123 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.02 |
| HSL | 330.61º | 0.98% | 0.49% | - |
| HSV(B) | 330.61º | 0.99% | 0.98% | - |
| XYZ | 42.66 | 21.61 | 20.66 | - |
| YUV | 89.65 | 146.83 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 123 | 0 | 0.99 | 0.51 | 0.02 | 330.61 | 0.98 | 0.49 |
| Hex | F9 | 2 | 7B | 0 | 63 | 33 | 2 | 14B | 62 | 31 |
| Octal | 371 | 2 | 173 | 0 | 143 | 63 | 2 | 513 | 142 | 61 |
| Binary | 11111001 | 10 | 1111011 | 0 | 1100011 | 110011 | 10 | 101001011 | 1100010 | 110001 |
Color Harmonies of #F9027B
Complementary color
Monochromatic Colors of #F9027B
Black with #F9027B
Text Example
Text Example
White with #F9027B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9027B; }
p { color: rgb(249,2,123); }
H1.HeaderClassName
{
color: #F9027B;
}
.AnyTagClassName
{
color: #F9027B;
}
</style>
background-color css
<style>
a { background-color: #F9027B; }
a { background-color: rgb(249,2,123); }
div.DivClassName
{
background-color: #F9027B;
}
.BgClassName
{
background-color: #F9027B;
}
</style>
border-color css
<style>
span { border-color: #F9027B; }
span { border-color: rgb(249,2,123); }
td.TdClassName
{
border-color: #F9027B;
}
.TagClassName
{
border-color: #F9027B;
}
</style>