Shades of Deep Pink #F6109B
Tints of Deep Pink #F6109B
RGB
CMYK
RGB Variations
Color information
#F6109B (or 0xF6109B) is known color: Deep Pink. HEX triplet: F6, 10 and 9B. RGB value is (246,16,155). Sum of RGB (Red+Green+Blue) = 246+16+155=417 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.99% from 417); Green value is 16 (6.64% from 255 or 3.84% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 246 - color contains mainly: red. Hex color #F6109B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F6109B is #09EF64. Grayscale: #646464. Windows color (decimal): -651109 or 10162422. OLE color: 10162422.
HSL color Cylindrical-coordinate representation of color #F6109B: hue angle of 323.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F6109B is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 16 | 155 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.04 |
| HSL | 323.74º | 0.93% | 0.51% | - |
| HSV(B) | 323.74º | 0.93% | 0.96% | - |
| XYZ | 44.11 | 22.33 | 33 | - |
| YUV | 100.62 | 158.7 | 231.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 16 | 155 | 0 | 0.93 | 0.37 | 0.04 | 323.74 | 0.93 | 0.51 |
| Hex | F6 | 10 | 9B | 0 | 5D | 25 | 4 | 144 | 5D | 33 |
| Octal | 366 | 20 | 233 | 0 | 135 | 45 | 4 | 504 | 135 | 63 |
| Binary | 11110110 | 10000 | 10011011 | 0 | 1011101 | 100101 | 100 | 101000100 | 1011101 | 110011 |
Color Harmonies of #F6109B
Complementary color
Monochromatic Colors of #F6109B
Black with #F6109B
Text Example
Text Example
White with #F6109B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6109B; }
p { color: rgb(246,16,155); }
H1.HeaderClassName
{
color: #F6109B;
}
.AnyTagClassName
{
color: #F6109B;
}
</style>
background-color css
<style>
a { background-color: #F6109B; }
a { background-color: rgb(246,16,155); }
div.DivClassName
{
background-color: #F6109B;
}
.BgClassName
{
background-color: #F6109B;
}
</style>
border-color css
<style>
span { border-color: #F6109B; }
span { border-color: rgb(246,16,155); }
td.TdClassName
{
border-color: #F6109B;
}
.TagClassName
{
border-color: #F6109B;
}
</style>