Shades of Brink Pink #F66687
Tints of Brink Pink #F66687
RGB
CMYK
RGB Variations
Color information
#F66687 (or 0xF66687) is known color: Brink Pink. HEX triplet: F6, 66 and 87. RGB value is (246,102,135). Sum of RGB (Red+Green+Blue) = 246+102+135=483 (63% of max value = 765). Red value is 246 (96.48% from 255 or 50.93% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 246 - color contains mainly: red. Hex color #F66687 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66687 is #099978. Grayscale: #949494. Windows color (decimal): -629113 or 8873718. OLE color: 8873718.
HSL color Cylindrical-coordinate representation of color #F66687: hue angle of 346.25º 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 #F66687 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 102 | 135 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.04 |
| HSL | 346.25º | 0.89% | 0.68% | - |
| HSV(B) | 346.25º | 0.59% | 0.96% | - |
| XYZ | 47.13 | 30.84 | 26.39 | - |
| YUV | 148.82 | 120.21 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 102 | 135 | 0 | 0.59 | 0.45 | 0.04 | 346.25 | 0.89 | 0.68 |
| Hex | F6 | 66 | 87 | 0 | 3B | 2D | 4 | 15A | 59 | 44 |
| Octal | 366 | 146 | 207 | 0 | 73 | 55 | 4 | 532 | 131 | 104 |
| Binary | 11110110 | 1100110 | 10000111 | 0 | 111011 | 101101 | 100 | 101011010 | 1011001 | 1000100 |
Color Harmonies of #F66687
Complementary color
Monochromatic Colors of #F66687
Black with #F66687
Text Example
Text Example
White with #F66687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66687; }
p { color: rgb(246,102,135); }
H1.HeaderClassName
{
color: #F66687;
}
.AnyTagClassName
{
color: #F66687;
}
</style>
background-color css
<style>
a { background-color: #F66687; }
a { background-color: rgb(246,102,135); }
div.DivClassName
{
background-color: #F66687;
}
.BgClassName
{
background-color: #F66687;
}
</style>
border-color css
<style>
span { border-color: #F66687; }
span { border-color: rgb(246,102,135); }
td.TdClassName
{
border-color: #F66687;
}
.TagClassName
{
border-color: #F66687;
}
</style>