Shades of Brink Pink #FF6D7B
Tints of Brink Pink #FF6D7B
RGB
CMYK
RGB Variations
Color information
#FF6D7B (or 0xFF6D7B) is known color: Brink Pink. HEX triplet: FF, 6D and 7B. RGB value is (255,109,123). Sum of RGB (Red+Green+Blue) = 255+109+123=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 123 (48.44% from 255 or 25.26% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D7B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D7B is #009284. Grayscale: #9A9A9A. Windows color (decimal): -37509 or 8089087. OLE color: 8089087.
HSL color Cylindrical-coordinate representation of color #FF6D7B: hue angle of 354.25º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FF6D7B is Cyan = 0, Magento = 0.57, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 123 | - |
| CMYK | 0 | 0.57 | 0.52 | 0 |
| HSL | 354.25º | 1% | 0.71% | - |
| HSV(B) | 354.25º | 0.57% | 1% | - |
| XYZ | 50.28 | 33.63 | 22.58 | - |
| YUV | 154.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 123 | 0 | 0.57 | 0.52 | 0 | 354.25 | 1 | 0.71 |
| Hex | FF | 6D | 7B | 0 | 39 | 34 | 0 | 162 | 64 | 47 |
| Octal | 377 | 155 | 173 | 0 | 71 | 64 | 0 | 542 | 144 | 107 |
| Binary | 11111111 | 1101101 | 1111011 | 0 | 111001 | 110100 | 0 | 101100010 | 1100100 | 1000111 |
Color Harmonies of #FF6D7B
Complementary color
Monochromatic Colors of #FF6D7B
Black with #FF6D7B
Text Example
Text Example
White with #FF6D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D7B; }
p { color: rgb(255,109,123); }
H1.HeaderClassName
{
color: #FF6D7B;
}
.AnyTagClassName
{
color: #FF6D7B;
}
</style>
background-color css
<style>
a { background-color: #FF6D7B; }
a { background-color: rgb(255,109,123); }
div.DivClassName
{
background-color: #FF6D7B;
}
.BgClassName
{
background-color: #FF6D7B;
}
</style>
border-color css
<style>
span { border-color: #FF6D7B; }
span { border-color: rgb(255,109,123); }
td.TdClassName
{
border-color: #FF6D7B;
}
.TagClassName
{
border-color: #FF6D7B;
}
</style>