Shades of Brink Pink #FD647C
Tints of Brink Pink #FD647C
RGB
CMYK
RGB Variations
Color information
#FD647C (or 0xFD647C) is known color: Brink Pink. HEX triplet: FD, 64 and 7C. RGB value is (253,100,124). Sum of RGB (Red+Green+Blue) = 253+100+124=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 100 (39.45% from 255 or 20.96% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD647C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD647C is #029B83. Grayscale: #949494. Windows color (decimal): -170884 or 8152317. OLE color: 8152317.
HSL color Cylindrical-coordinate representation of color #FD647C: hue angle of 350.59º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD647C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 124 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.01 |
| HSL | 350.59º | 0.97% | 0.69% | - |
| HSV(B) | 350.59º | 0.6% | 0.99% | - |
| XYZ | 48.7 | 31.45 | 22.57 | - |
| YUV | 148.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 124 | 0 | 0.60 | 0.51 | 0.01 | 350.59 | 0.97 | 0.69 |
| Hex | FD | 64 | 7C | 0 | 3C | 33 | 1 | 15F | 61 | 45 |
| Octal | 375 | 144 | 174 | 0 | 74 | 63 | 1 | 537 | 141 | 105 |
| Binary | 11111101 | 1100100 | 1111100 | 0 | 111100 | 110011 | 1 | 101011111 | 1100001 | 1000101 |
Color Harmonies of #FD647C
Complementary color
Monochromatic Colors of #FD647C
Black with #FD647C
Text Example
Text Example
White with #FD647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD647C; }
p { color: rgb(253,100,124); }
H1.HeaderClassName
{
color: #FD647C;
}
.AnyTagClassName
{
color: #FD647C;
}
</style>
background-color css
<style>
a { background-color: #FD647C; }
a { background-color: rgb(253,100,124); }
div.DivClassName
{
background-color: #FD647C;
}
.BgClassName
{
background-color: #FD647C;
}
</style>
border-color css
<style>
span { border-color: #FD647C; }
span { border-color: rgb(253,100,124); }
td.TdClassName
{
border-color: #FD647C;
}
.TagClassName
{
border-color: #FD647C;
}
</style>