Shades of Brink Pink #FF6D7D
Tints of Brink Pink #FF6D7D
RGB
CMYK
RGB Variations
Color information
#FF6D7D (or 0xFF6D7D) is known color: Brink Pink. HEX triplet: FF, 6D and 7D. RGB value is (255,109,125). Sum of RGB (Red+Green+Blue) = 255+109+125=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 125 (49.22% from 255 or 25.56% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF6D7D is #009282. Grayscale: #9A9A9A. Windows color (decimal): -37507 or 8220159. OLE color: 8220159.
HSL color Cylindrical-coordinate representation of color #FF6D7D: hue angle of 353.42º 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 #FF6D7D is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 109 | 125 | - |
| CMYK | 0 | 0.57 | 0.51 | 0 |
| HSL | 353.42º | 1% | 0.71% | - |
| HSV(B) | 353.42º | 0.57% | 1% | - |
| XYZ | 50.41 | 33.68 | 23.25 | - |
| YUV | 154.48 | 111.37 | 199.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 109 | 125 | 0 | 0.57 | 0.51 | 0 | 353.42 | 1 | 0.71 |
| Hex | FF | 6D | 7D | 0 | 39 | 33 | 0 | 161 | 64 | 47 |
| Octal | 377 | 155 | 175 | 0 | 71 | 63 | 0 | 541 | 144 | 107 |
| Binary | 11111111 | 1101101 | 1111101 | 0 | 111001 | 110011 | 0 | 101100001 | 1100100 | 1000111 |
Color Harmonies of #FF6D7D
Complementary color
Monochromatic Colors of #FF6D7D
Black with #FF6D7D
Text Example
Text Example
White with #FF6D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6D7D; }
p { color: rgb(255,109,125); }
H1.HeaderClassName
{
color: #FF6D7D;
}
.AnyTagClassName
{
color: #FF6D7D;
}
</style>
background-color css
<style>
a { background-color: #FF6D7D; }
a { background-color: rgb(255,109,125); }
div.DivClassName
{
background-color: #FF6D7D;
}
.BgClassName
{
background-color: #FF6D7D;
}
</style>
border-color css
<style>
span { border-color: #FF6D7D; }
span { border-color: rgb(255,109,125); }
td.TdClassName
{
border-color: #FF6D7D;
}
.TagClassName
{
border-color: #FF6D7D;
}
</style>