Shades of Brink Pink #FF668D
Tints of Brink Pink #FF668D
RGB
CMYK
RGB Variations
Color information
#FF668D (or 0xFF668D) is known color: Brink Pink. HEX triplet: FF, 66 and 8D. RGB value is (255,102,141). Sum of RGB (Red+Green+Blue) = 255+102+141=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 102 (40.23% from 255 or 20.48% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668D is #009972. Grayscale: #989898. Windows color (decimal): -39283 or 9266943. OLE color: 9266943.
HSL color Cylindrical-coordinate representation of color #FF668D: hue angle of 344.71º 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 #FF668D is Cyan = 0, Magento = 0.6, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 141 | - |
| CMYK | 0 | 0.6 | 0.45 | 0 |
| HSL | 344.71º | 1% | 0.7% | - |
| HSV(B) | 344.71º | 0.6% | 1% | - |
| XYZ | 50.8 | 32.69 | 28.83 | - |
| YUV | 152.19 | 121.69 | 201.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 141 | 0 | 0.6 | 0.45 | 0 | 344.71 | 1 | 0.7 |
| Hex | FF | 66 | 8D | 0 | 3C | 2D | 0 | 159 | 64 | 46 |
| Octal | 377 | 146 | 215 | 0 | 74 | 55 | 0 | 531 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10001101 | 0 | 111100 | 101101 | 0 | 101011001 | 1100100 | 1000110 |
Color Harmonies of #FF668D
Complementary color
Monochromatic Colors of #FF668D
Black with #FF668D
Text Example
Text Example
White with #FF668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF668D; }
p { color: rgb(255,102,141); }
H1.HeaderClassName
{
color: #FF668D;
}
.AnyTagClassName
{
color: #FF668D;
}
</style>
background-color css
<style>
a { background-color: #FF668D; }
a { background-color: rgb(255,102,141); }
div.DivClassName
{
background-color: #FF668D;
}
.BgClassName
{
background-color: #FF668D;
}
</style>
border-color css
<style>
span { border-color: #FF668D; }
span { border-color: rgb(255,102,141); }
td.TdClassName
{
border-color: #FF668D;
}
.TagClassName
{
border-color: #FF668D;
}
</style>