Shades of Brink Pink #FF668B
Tints of Brink Pink #FF668B
RGB
CMYK
RGB Variations
Color information
#FF668B (or 0xFF668B) is known color: Brink Pink. HEX triplet: FF, 66 and 8B. RGB value is (255,102,139). Sum of RGB (Red+Green+Blue) = 255+102+139=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF668B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FF668B is #009974. Grayscale: #979797. Windows color (decimal): -39285 or 9135871. OLE color: 9135871.
HSL color Cylindrical-coordinate representation of color #FF668B: hue angle of 345.49º 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 #FF668B is Cyan = 0, Magento = 0.6, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 139 | - |
| CMYK | 0 | 0.6 | 0.45 | 0 |
| HSL | 345.49º | 1% | 0.7% | - |
| HSV(B) | 345.49º | 0.6% | 1% | - |
| XYZ | 50.65 | 32.63 | 28.05 | - |
| YUV | 151.97 | 120.69 | 201.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 139 | 0 | 0.6 | 0.45 | 0 | 345.49 | 1 | 0.7 |
| Hex | FF | 66 | 8B | 0 | 3C | 2D | 0 | 159 | 64 | 46 |
| Octal | 377 | 146 | 213 | 0 | 74 | 55 | 0 | 531 | 144 | 106 |
| Binary | 11111111 | 1100110 | 10001011 | 0 | 111100 | 101101 | 0 | 101011001 | 1100100 | 1000110 |
Color Harmonies of #FF668B
Complementary color
Monochromatic Colors of #FF668B
Black with #FF668B
Text Example
Text Example
White with #FF668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF668B; }
p { color: rgb(255,102,139); }
H1.HeaderClassName
{
color: #FF668B;
}
.AnyTagClassName
{
color: #FF668B;
}
</style>
background-color css
<style>
a { background-color: #FF668B; }
a { background-color: rgb(255,102,139); }
div.DivClassName
{
background-color: #FF668B;
}
.BgClassName
{
background-color: #FF668B;
}
</style>
border-color css
<style>
span { border-color: #FF668B; }
span { border-color: rgb(255,102,139); }
td.TdClassName
{
border-color: #FF668B;
}
.TagClassName
{
border-color: #FF668B;
}
</style>