Shades of Brink Pink #FF667E
Tints of Brink Pink #FF667E
RGB
CMYK
RGB Variations
Color information
#FF667E (or 0xFF667E) is known color: Brink Pink. HEX triplet: FF, 66 and 7E. RGB value is (255,102,126). Sum of RGB (Red+Green+Blue) = 255+102+126=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FF667E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF667E is #009981. Grayscale: #969696. Windows color (decimal): -39298 or 8283903. OLE color: 8283903.
HSL color Cylindrical-coordinate representation of color #FF667E: hue angle of 350.59º 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 #FF667E is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 126 | - |
| CMYK | 0 | 0.6 | 0.51 | 0 |
| HSL | 350.59º | 1% | 0.7% | - |
| HSV(B) | 350.59º | 0.6% | 1% | - |
| XYZ | 49.76 | 32.27 | 23.34 | - |
| YUV | 150.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 126 | 0 | 0.6 | 0.51 | 0 | 350.59 | 1 | 0.7 |
| Hex | FF | 66 | 7E | 0 | 3C | 33 | 0 | 15F | 64 | 46 |
| Octal | 377 | 146 | 176 | 0 | 74 | 63 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1111110 | 0 | 111100 | 110011 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF667E
Complementary color
Monochromatic Colors of #FF667E
Black with #FF667E
Text Example
Text Example
White with #FF667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF667E; }
p { color: rgb(255,102,126); }
H1.HeaderClassName
{
color: #FF667E;
}
.AnyTagClassName
{
color: #FF667E;
}
</style>
background-color css
<style>
a { background-color: #FF667E; }
a { background-color: rgb(255,102,126); }
div.DivClassName
{
background-color: #FF667E;
}
.BgClassName
{
background-color: #FF667E;
}
</style>
border-color css
<style>
span { border-color: #FF667E; }
span { border-color: rgb(255,102,126); }
td.TdClassName
{
border-color: #FF667E;
}
.TagClassName
{
border-color: #FF667E;
}
</style>