Shades of Brink Pink #FF667C
Tints of Brink Pink #FF667C
RGB
CMYK
RGB Variations
Color information
#FF667C (or 0xFF667C) is known color: Brink Pink. HEX triplet: FF, 66 and 7C. RGB value is (255,102,124). Sum of RGB (Red+Green+Blue) = 255+102+124=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 102 (40.23% from 255 or 21.21% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF667C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF667C is #009983. Grayscale: #969696. Windows color (decimal): -39300 or 8152831. OLE color: 8152831.
HSL color Cylindrical-coordinate representation of color #FF667C: hue angle of 351.37º 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 #FF667C is Cyan = 0, Magento = 0.6, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 124 | - |
| CMYK | 0 | 0.6 | 0.51 | 0 |
| HSL | 351.37º | 1% | 0.7% | - |
| HSV(B) | 351.37º | 0.6% | 1% | - |
| XYZ | 49.63 | 32.22 | 22.67 | - |
| YUV | 150.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 124 | 0 | 0.6 | 0.51 | 0 | 351.37 | 1 | 0.7 |
| Hex | FF | 66 | 7C | 0 | 3C | 33 | 0 | 15F | 64 | 46 |
| Octal | 377 | 146 | 174 | 0 | 74 | 63 | 0 | 537 | 144 | 106 |
| Binary | 11111111 | 1100110 | 1111100 | 0 | 111100 | 110011 | 0 | 101011111 | 1100100 | 1000110 |
Color Harmonies of #FF667C
Complementary color
Monochromatic Colors of #FF667C
Black with #FF667C
Text Example
Text Example
White with #FF667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF667C; }
p { color: rgb(255,102,124); }
H1.HeaderClassName
{
color: #FF667C;
}
.AnyTagClassName
{
color: #FF667C;
}
</style>
background-color css
<style>
a { background-color: #FF667C; }
a { background-color: rgb(255,102,124); }
div.DivClassName
{
background-color: #FF667C;
}
.BgClassName
{
background-color: #FF667C;
}
</style>
border-color css
<style>
span { border-color: #FF667C; }
span { border-color: rgb(255,102,124); }
td.TdClassName
{
border-color: #FF667C;
}
.TagClassName
{
border-color: #FF667C;
}
</style>