Shades of Brink Pink #FD677D
Tints of Brink Pink #FD677D
RGB
CMYK
RGB Variations
Color information
#FD677D (or 0xFD677D) is known color: Brink Pink. HEX triplet: FD, 67 and 7D. RGB value is (253,103,125). Sum of RGB (Red+Green+Blue) = 253+103+125=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FD677D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD677D is #029882. Grayscale: #969696. Windows color (decimal): -170115 or 8218621. OLE color: 8218621.
HSL color Cylindrical-coordinate representation of color #FD677D: hue angle of 351.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD677D is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 125 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.01 |
| HSL | 351.2º | 0.97% | 0.7% | - |
| HSV(B) | 351.2º | 0.59% | 0.99% | - |
| XYZ | 49.06 | 32.06 | 23.01 | - |
| YUV | 150.36 | 113.7 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 125 | 0 | 0.59 | 0.51 | 0.01 | 351.2 | 0.97 | 0.7 |
| Hex | FD | 67 | 7D | 0 | 3B | 33 | 1 | 15F | 61 | 46 |
| Octal | 375 | 147 | 175 | 0 | 73 | 63 | 1 | 537 | 141 | 106 |
| Binary | 11111101 | 1100111 | 1111101 | 0 | 111011 | 110011 | 1 | 101011111 | 1100001 | 1000110 |
Color Harmonies of #FD677D
Complementary color
Monochromatic Colors of #FD677D
Black with #FD677D
Text Example
Text Example
White with #FD677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD677D; }
p { color: rgb(253,103,125); }
H1.HeaderClassName
{
color: #FD677D;
}
.AnyTagClassName
{
color: #FD677D;
}
</style>
background-color css
<style>
a { background-color: #FD677D; }
a { background-color: rgb(253,103,125); }
div.DivClassName
{
background-color: #FD677D;
}
.BgClassName
{
background-color: #FD677D;
}
</style>
border-color css
<style>
span { border-color: #FD677D; }
span { border-color: rgb(253,103,125); }
td.TdClassName
{
border-color: #FD677D;
}
.TagClassName
{
border-color: #FD677D;
}
</style>