Shades of Brink Pink #F66588
Tints of Brink Pink #F66588
RGB
CMYK
RGB Variations
Color information
#F66588 (or 0xF66588) is known color: Brink Pink. HEX triplet: F6, 65 and 88. RGB value is (246,101,136). Sum of RGB (Red+Green+Blue) = 246+101+136=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 136 (53.52% from 255 or 28.16% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F66588 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66588 is #099A77. Grayscale: #949494. Windows color (decimal): -629368 or 8938998. OLE color: 8938998.
HSL color Cylindrical-coordinate representation of color #F66588: hue angle of 345.52º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F66588 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 101 | 136 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.04 |
| HSL | 345.52º | 0.89% | 0.68% | - |
| HSV(B) | 345.52º | 0.59% | 0.96% | - |
| XYZ | 47.1 | 30.68 | 26.73 | - |
| YUV | 148.35 | 121.04 | 197.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 136 | 0 | 0.59 | 0.45 | 0.04 | 345.52 | 0.89 | 0.68 |
| Hex | F6 | 65 | 88 | 0 | 3B | 2D | 4 | 15A | 59 | 44 |
| Octal | 366 | 145 | 210 | 0 | 73 | 55 | 4 | 532 | 131 | 104 |
| Binary | 11110110 | 1100101 | 10001000 | 0 | 111011 | 101101 | 100 | 101011010 | 1011001 | 1000100 |
Color Harmonies of #F66588
Complementary color
Monochromatic Colors of #F66588
Black with #F66588
Text Example
Text Example
White with #F66588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66588; }
p { color: rgb(246,101,136); }
H1.HeaderClassName
{
color: #F66588;
}
.AnyTagClassName
{
color: #F66588;
}
</style>
background-color css
<style>
a { background-color: #F66588; }
a { background-color: rgb(246,101,136); }
div.DivClassName
{
background-color: #F66588;
}
.BgClassName
{
background-color: #F66588;
}
</style>
border-color css
<style>
span { border-color: #F66588; }
span { border-color: rgb(246,101,136); }
td.TdClassName
{
border-color: #F66588;
}
.TagClassName
{
border-color: #F66588;
}
</style>