Shades of Deep Pink #F61B89
Tints of Deep Pink #F61B89
RGB
CMYK
RGB Variations
Color information
#F61B89 (or 0xF61B89) is known color: Deep Pink. HEX triplet: F6, 1B and 89. RGB value is (246,27,137). Sum of RGB (Red+Green+Blue) = 246+27+137=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 137 (53.91% from 255 or 33.41% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F61B89 is #09E476. Grayscale: #686868. Windows color (decimal): -648311 or 8985590. OLE color: 8985590.
HSL color Cylindrical-coordinate representation of color #F61B89: hue angle of 329.86º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61B89 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 137 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.04 |
| HSL | 329.86º | 0.92% | 0.54% | - |
| HSV(B) | 329.86º | 0.89% | 0.96% | - |
| XYZ | 42.91 | 22.18 | 25.69 | - |
| YUV | 105.02 | 146.05 | 228.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 137 | 0 | 0.89 | 0.44 | 0.04 | 329.86 | 0.92 | 0.54 |
| Hex | F6 | 1B | 89 | 0 | 59 | 2C | 4 | 14A | 5C | 36 |
| Octal | 366 | 33 | 211 | 0 | 131 | 54 | 4 | 512 | 134 | 66 |
| Binary | 11110110 | 11011 | 10001001 | 0 | 1011001 | 101100 | 100 | 101001010 | 1011100 | 110110 |
Color Harmonies of #F61B89
Complementary color
Monochromatic Colors of #F61B89
Black with #F61B89
Text Example
Text Example
White with #F61B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61B89; }
p { color: rgb(246,27,137); }
H1.HeaderClassName
{
color: #F61B89;
}
.AnyTagClassName
{
color: #F61B89;
}
</style>
background-color css
<style>
a { background-color: #F61B89; }
a { background-color: rgb(246,27,137); }
div.DivClassName
{
background-color: #F61B89;
}
.BgClassName
{
background-color: #F61B89;
}
</style>
border-color css
<style>
span { border-color: #F61B89; }
span { border-color: rgb(246,27,137); }
td.TdClassName
{
border-color: #F61B89;
}
.TagClassName
{
border-color: #F61B89;
}
</style>