Shades of Deep Pink #F9107B
Tints of Deep Pink #F9107B
RGB
CMYK
RGB Variations
Color information
#F9107B (or 0xF9107B) is known color: Deep Pink. HEX triplet: F9, 10 and 7B. RGB value is (249,16,123). Sum of RGB (Red+Green+Blue) = 249+16+123=388 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.18% from 388); Green value is 16 (6.64% from 255 or 4.12% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 249 - color contains mainly: red. Hex color #F9107B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9107B is #06EF84. Grayscale: #616161. Windows color (decimal): -454533 or 8065273. OLE color: 8065273.
HSL color Cylindrical-coordinate representation of color #F9107B: hue angle of 332.45º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F9107B is Cyan = 0, Magento = 0.94, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 123 | - |
| CMYK | 0 | 0.94 | 0.51 | 0.02 |
| HSL | 332.45º | 0.95% | 0.52% | - |
| HSV(B) | 332.45º | 0.94% | 0.98% | - |
| XYZ | 42.83 | 21.94 | 20.72 | - |
| YUV | 97.87 | 142.19 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 123 | 0 | 0.94 | 0.51 | 0.02 | 332.45 | 0.95 | 0.52 |
| Hex | F9 | 10 | 7B | 0 | 5E | 33 | 2 | 14C | 5F | 34 |
| Octal | 371 | 20 | 173 | 0 | 136 | 63 | 2 | 514 | 137 | 64 |
| Binary | 11111001 | 10000 | 1111011 | 0 | 1011110 | 110011 | 10 | 101001100 | 1011111 | 110100 |
Color Harmonies of #F9107B
Complementary color
Monochromatic Colors of #F9107B
Black with #F9107B
Text Example
Text Example
White with #F9107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9107B; }
p { color: rgb(249,16,123); }
H1.HeaderClassName
{
color: #F9107B;
}
.AnyTagClassName
{
color: #F9107B;
}
</style>
background-color css
<style>
a { background-color: #F9107B; }
a { background-color: rgb(249,16,123); }
div.DivClassName
{
background-color: #F9107B;
}
.BgClassName
{
background-color: #F9107B;
}
</style>
border-color css
<style>
span { border-color: #F9107B; }
span { border-color: rgb(249,16,123); }
td.TdClassName
{
border-color: #F9107B;
}
.TagClassName
{
border-color: #F9107B;
}
</style>