Shades of Brink Pink #FF6C7D
Tints of Brink Pink #FF6C7D
RGB
CMYK
RGB Variations
Color information
#FF6C7D (or 0xFF6C7D) is known color: Brink Pink. HEX triplet: FF, 6C and 7D. RGB value is (255,108,125). Sum of RGB (Red+Green+Blue) = 255+108+125=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 125 (49.22% from 255 or 25.61% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6C7D is #009382. Grayscale: #999999. Windows color (decimal): -37763 or 8219903. OLE color: 8219903.
HSL color Cylindrical-coordinate representation of color #FF6C7D: hue angle of 353.06º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FF6C7D is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 108 | 125 | - |
| CMYK | 0 | 0.58 | 0.51 | 0 |
| HSL | 353.06º | 1% | 0.71% | - |
| HSV(B) | 353.06º | 0.58% | 1% | - |
| XYZ | 50.3 | 33.47 | 23.21 | - |
| YUV | 153.89 | 111.7 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 108 | 125 | 0 | 0.58 | 0.51 | 0 | 353.06 | 1 | 0.71 |
| Hex | FF | 6C | 7D | 0 | 3A | 33 | 0 | 161 | 64 | 47 |
| Octal | 377 | 154 | 175 | 0 | 72 | 63 | 0 | 541 | 144 | 107 |
| Binary | 11111111 | 1101100 | 1111101 | 0 | 111010 | 110011 | 0 | 101100001 | 1100100 | 1000111 |
Color Harmonies of #FF6C7D
Complementary color
Monochromatic Colors of #FF6C7D
Black with #FF6C7D
Text Example
Text Example
White with #FF6C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6C7D; }
p { color: rgb(255,108,125); }
H1.HeaderClassName
{
color: #FF6C7D;
}
.AnyTagClassName
{
color: #FF6C7D;
}
</style>
background-color css
<style>
a { background-color: #FF6C7D; }
a { background-color: rgb(255,108,125); }
div.DivClassName
{
background-color: #FF6C7D;
}
.BgClassName
{
background-color: #FF6C7D;
}
</style>
border-color css
<style>
span { border-color: #FF6C7D; }
span { border-color: rgb(255,108,125); }
td.TdClassName
{
border-color: #FF6C7D;
}
.TagClassName
{
border-color: #FF6C7D;
}
</style>