Shades of Deep Pink #F61B77
Tints of Deep Pink #F61B77
RGB
CMYK
RGB Variations
Color information
#F61B77 (or 0xF61B77) is known color: Deep Pink. HEX triplet: F6, 1B and 77. RGB value is (246,27,119). Sum of RGB (Red+Green+Blue) = 246+27+119=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F61B77 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F61B77 is #09E488. Grayscale: #666666. Windows color (decimal): -648329 or 7805942. OLE color: 7805942.
HSL color Cylindrical-coordinate representation of color #F61B77: hue angle of 334.79º 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 #F61B77 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 27 | 119 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.04 |
| HSL | 334.79º | 0.92% | 0.54% | - |
| HSV(B) | 334.79º | 0.89% | 0.96% | - |
| XYZ | 41.73 | 21.71 | 19.44 | - |
| YUV | 102.97 | 137.05 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 27 | 119 | 0 | 0.89 | 0.52 | 0.04 | 334.79 | 0.92 | 0.54 |
| Hex | F6 | 1B | 77 | 0 | 59 | 34 | 4 | 14F | 5C | 36 |
| Octal | 366 | 33 | 167 | 0 | 131 | 64 | 4 | 517 | 134 | 66 |
| Binary | 11110110 | 11011 | 1110111 | 0 | 1011001 | 110100 | 100 | 101001111 | 1011100 | 110110 |
Color Harmonies of #F61B77
Complementary color
Monochromatic Colors of #F61B77
Black with #F61B77
Text Example
Text Example
White with #F61B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61B77; }
p { color: rgb(246,27,119); }
H1.HeaderClassName
{
color: #F61B77;
}
.AnyTagClassName
{
color: #F61B77;
}
</style>
background-color css
<style>
a { background-color: #F61B77; }
a { background-color: rgb(246,27,119); }
div.DivClassName
{
background-color: #F61B77;
}
.BgClassName
{
background-color: #F61B77;
}
</style>
border-color css
<style>
span { border-color: #F61B77; }
span { border-color: rgb(246,27,119); }
td.TdClassName
{
border-color: #F61B77;
}
.TagClassName
{
border-color: #F61B77;
}
</style>