Shades of Brink Pink #FF6691
Tints of Brink Pink #FF6691
RGB
CMYK
RGB Variations
Color information
#FF6691 (or 0xFF6691) is known color: Brink Pink. HEX triplet: FF, 66 and 91. RGB value is (255,102,145). Sum of RGB (Red+Green+Blue) = 255+102+145=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 102 (40.23% from 255 or 20.32% from 502); Blue value is 145 (57.03% from 255 or 28.88% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6691 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF6691 is #00996E. Grayscale: #989898. Windows color (decimal): -39279 or 9529087. OLE color: 9529087.
HSL color Cylindrical-coordinate representation of color #FF6691: hue angle of 343.14º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF6691 is Cyan = 0, Magento = 0.6, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 145 | - |
| CMYK | 0 | 0.6 | 0.43 | 0 |
| HSL | 343.14º | 1% | 0.7% | - |
| HSV(B) | 343.14º | 0.6% | 1% | - |
| XYZ | 51.1 | 32.81 | 30.43 | - |
| YUV | 152.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 145 | 0 | 0.6 | 0.43 | 0 | 343.14 | 1 | 0.7 |
| Hex | FF | 66 | 91 | 0 | 3C | 2B | 0 | 157 | 64 | 46 |
| Octal | 377 | 146 | 221 | 0 | 74 | 53 | 0 | 527 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10010001 | 0 | 111100 | 101011 | 0 | 101010111 | 1100100 | 1000110 |
Color Harmonies of #FF6691
Complementary color
Monochromatic Colors of #FF6691
Black with #FF6691
Text Example
Text Example
White with #FF6691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6691; }
p { color: rgb(255,102,145); }
H1.HeaderClassName
{
color: #FF6691;
}
.AnyTagClassName
{
color: #FF6691;
}
</style>
background-color css
<style>
a { background-color: #FF6691; }
a { background-color: rgb(255,102,145); }
div.DivClassName
{
background-color: #FF6691;
}
.BgClassName
{
background-color: #FF6691;
}
</style>
border-color css
<style>
span { border-color: #FF6691; }
span { border-color: rgb(255,102,145); }
td.TdClassName
{
border-color: #FF6691;
}
.TagClassName
{
border-color: #FF6691;
}
</style>