Shades of Brink Pink #F66487
Tints of Brink Pink #F66487
RGB
CMYK
RGB Variations
Color information
#F66487 (or 0xF66487) is known color: Brink Pink. HEX triplet: F6, 64 and 87. RGB value is (246,100,135). Sum of RGB (Red+Green+Blue) = 246+100+135=481 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.14% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 135 (53.12% from 255 or 28.07% from 481); Max value from RGB is 246 - color contains mainly: red. Hex color #F66487 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66487 is #099B78. Grayscale: #939393. Windows color (decimal): -629625 or 8873206. OLE color: 8873206.
HSL color Cylindrical-coordinate representation of color #F66487: hue angle of 345.62º 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 #F66487 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 100 | 135 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.04 |
| HSL | 345.62º | 0.89% | 0.68% | - |
| HSV(B) | 345.62º | 0.59% | 0.96% | - |
| XYZ | 46.94 | 30.46 | 26.33 | - |
| YUV | 147.64 | 120.87 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 100 | 135 | 0 | 0.59 | 0.45 | 0.04 | 345.62 | 0.89 | 0.68 |
| Hex | F6 | 64 | 87 | 0 | 3B | 2D | 4 | 15A | 59 | 44 |
| Octal | 366 | 144 | 207 | 0 | 73 | 55 | 4 | 532 | 131 | 104 |
| Binary | 11110110 | 1100100 | 10000111 | 0 | 111011 | 101101 | 100 | 101011010 | 1011001 | 1000100 |
Color Harmonies of #F66487
Complementary color
Monochromatic Colors of #F66487
Black with #F66487
Text Example
Text Example
White with #F66487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66487; }
p { color: rgb(246,100,135); }
H1.HeaderClassName
{
color: #F66487;
}
.AnyTagClassName
{
color: #F66487;
}
</style>
background-color css
<style>
a { background-color: #F66487; }
a { background-color: rgb(246,100,135); }
div.DivClassName
{
background-color: #F66487;
}
.BgClassName
{
background-color: #F66487;
}
</style>
border-color css
<style>
span { border-color: #F66487; }
span { border-color: rgb(246,100,135); }
td.TdClassName
{
border-color: #F66487;
}
.TagClassName
{
border-color: #F66487;
}
</style>