Shades of Brink Pink #FF6E7F
Tints of Brink Pink #FF6E7F
RGB
CMYK
RGB Variations
Color information
#FF6E7F (or 0xFF6E7F) is known color: Brink Pink. HEX triplet: FF, 6E and 7F. RGB value is (255,110,127). Sum of RGB (Red+Green+Blue) = 255+110+127=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 110 (43.36% from 255 or 22.36% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E7F is #009180. Grayscale: #9B9B9B. Windows color (decimal): -37249 or 8351487. OLE color: 8351487.
HSL color Cylindrical-coordinate representation of color #FF6E7F: hue angle of 352.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6E7F is Cyan = 0, Magento = 0.57, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 110 | 127 | - |
| CMYK | 0 | 0.57 | 0.50 | 0 |
| HSL | 352.97º | 1% | 0.72% | - |
| HSV(B) | 352.97º | 0.57% | 1% | - |
| XYZ | 50.65 | 33.94 | 23.96 | - |
| YUV | 155.29 | 112.04 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 110 | 127 | 0 | 0.57 | 0.50 | 0 | 352.97 | 1 | 0.72 |
| Hex | FF | 6E | 7F | 0 | 39 | 32 | 0 | 161 | 64 | 48 |
| Octal | 377 | 156 | 177 | 0 | 71 | 62 | 0 | 541 | 144 | 110 |
| Binary | 11111111 | 1101110 | 1111111 | 0 | 111001 | 110010 | 0 | 101100001 | 1100100 | 1001000 |
Color Harmonies of #FF6E7F
Complementary color
Monochromatic Colors of #FF6E7F
Black with #FF6E7F
Text Example
Text Example
White with #FF6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E7F; }
p { color: rgb(255,110,127); }
H1.HeaderClassName
{
color: #FF6E7F;
}
.AnyTagClassName
{
color: #FF6E7F;
}
</style>
background-color css
<style>
a { background-color: #FF6E7F; }
a { background-color: rgb(255,110,127); }
div.DivClassName
{
background-color: #FF6E7F;
}
.BgClassName
{
background-color: #FF6E7F;
}
</style>
border-color css
<style>
span { border-color: #FF6E7F; }
span { border-color: rgb(255,110,127); }
td.TdClassName
{
border-color: #FF6E7F;
}
.TagClassName
{
border-color: #FF6E7F;
}
</style>