Shades of Brink Pink #FF6E7B
Tints of Brink Pink #FF6E7B
RGB
CMYK
RGB Variations
Color information
#FF6E7B (or 0xFF6E7B) is known color: Brink Pink. HEX triplet: FF, 6E and 7B. RGB value is (255,110,123). Sum of RGB (Red+Green+Blue) = 255+110+123=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 123 (48.44% from 255 or 25.20% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6E7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6E7B is #009184. Grayscale: #9A9A9A. Windows color (decimal): -37253 or 8089343. OLE color: 8089343.
HSL color Cylindrical-coordinate representation of color #FF6E7B: hue angle of 354.62º 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 #FF6E7B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 110 | 123 | - |
CMYK | 0 | 0.57 | 0.52 | 0 |
HSL | 354.62º | 1% | 0.72% | - |
HSV(B) | 354.62º | 0.57% | 1% | - |
XYZ | 50.39 | 33.84 | 22.62 | - |
YUV | 154.84 | 110.04 | 199.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 110 | 123 | 0 | 0.57 | 0.52 | 0 | 354.62 | 1 | 0.72 |
Hex | FF | 6E | 7B | 0 | 39 | 34 | 0 | 163 | 64 | 48 |
Octal | 377 | 156 | 173 | 0 | 71 | 64 | 0 | 543 | 144 | 110 |
Binary | 11111111 | 1101110 | 1111011 | 0 | 111001 | 110100 | 0 | 101100011 | 1100100 | 1001000 |
Color Harmonies of #FF6E7B
Complementary color
Monochromatic Colors of #FF6E7B
Black with #FF6E7B
Text Example
Text Example
White with #FF6E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6E7B; }
p { color: rgb(255,110,123); }
H1.HeaderClassName
{
color: #FF6E7B;
}
.AnyTagClassName
{
color: #FF6E7B;
}
</style>
background-color css
<style>
a { background-color: #FF6E7B; }
a { background-color: rgb(255,110,123); }
div.DivClassName
{
background-color: #FF6E7B;
}
.BgClassName
{
background-color: #FF6E7B;
}
</style>
border-color css
<style>
span { border-color: #FF6E7B; }
span { border-color: rgb(255,110,123); }
td.TdClassName
{
border-color: #FF6E7B;
}
.TagClassName
{
border-color: #FF6E7B;
}
</style>