Shades of Brink Pink #FD647E
Tints of Brink Pink #FD647E
RGB
CMYK
RGB Variations
Color information
#FD647E (or 0xFD647E) is known color: Brink Pink. HEX triplet: FD, 64 and 7E. RGB value is (253,100,126). Sum of RGB (Red+Green+Blue) = 253+100+126=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 100 (39.45% from 255 or 20.88% from 479); Blue value is 126 (49.61% from 255 or 26.30% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD647E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD647E is #029B81. Grayscale: #949494. Windows color (decimal): -170882 or 8283389. OLE color: 8283389.
HSL color Cylindrical-coordinate representation of color #FD647E: hue angle of 349.8º 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 #FD647E is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 126 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.01 |
| HSL | 349.8º | 0.97% | 0.69% | - |
| HSV(B) | 349.8º | 0.6% | 0.99% | - |
| XYZ | 48.83 | 31.5 | 23.25 | - |
| YUV | 148.71 | 115.19 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 126 | 0 | 0.60 | 0.50 | 0.01 | 349.8 | 0.97 | 0.69 |
| Hex | FD | 64 | 7E | 0 | 3C | 32 | 1 | 15E | 61 | 45 |
| Octal | 375 | 144 | 176 | 0 | 74 | 62 | 1 | 536 | 141 | 105 |
| Binary | 11111101 | 1100100 | 1111110 | 0 | 111100 | 110010 | 1 | 101011110 | 1100001 | 1000101 |
Color Harmonies of #FD647E
Complementary color
Monochromatic Colors of #FD647E
Black with #FD647E
Text Example
Text Example
White with #FD647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD647E; }
p { color: rgb(253,100,126); }
H1.HeaderClassName
{
color: #FD647E;
}
.AnyTagClassName
{
color: #FD647E;
}
</style>
background-color css
<style>
a { background-color: #FD647E; }
a { background-color: rgb(253,100,126); }
div.DivClassName
{
background-color: #FD647E;
}
.BgClassName
{
background-color: #FD647E;
}
</style>
border-color css
<style>
span { border-color: #FD647E; }
span { border-color: rgb(253,100,126); }
td.TdClassName
{
border-color: #FD647E;
}
.TagClassName
{
border-color: #FD647E;
}
</style>