Shades of Brink Pink #FD647A
Tints of Brink Pink #FD647A
RGB
CMYK
RGB Variations
Color information
#FD647A (or 0xFD647A) is known color: Brink Pink. HEX triplet: FD, 64 and 7A. RGB value is (253,100,122). Sum of RGB (Red+Green+Blue) = 253+100+122=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 100 (39.45% from 255 or 21.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD647A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD647A is #029B85. Grayscale: #949494. Windows color (decimal): -170886 or 8021245. OLE color: 8021245.
HSL color Cylindrical-coordinate representation of color #FD647A: hue angle of 351.37º 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 #FD647A is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 100 | 122 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.01 |
| HSL | 351.37º | 0.97% | 0.69% | - |
| HSV(B) | 351.37º | 0.6% | 0.99% | - |
| XYZ | 48.58 | 31.4 | 21.91 | - |
| YUV | 148.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 100 | 122 | 0 | 0.60 | 0.52 | 0.01 | 351.37 | 0.97 | 0.69 |
| Hex | FD | 64 | 7A | 0 | 3C | 34 | 1 | 15F | 61 | 45 |
| Octal | 375 | 144 | 172 | 0 | 74 | 64 | 1 | 537 | 141 | 105 |
| Binary | 11111101 | 1100100 | 1111010 | 0 | 111100 | 110100 | 1 | 101011111 | 1100001 | 1000101 |
Color Harmonies of #FD647A
Complementary color
Monochromatic Colors of #FD647A
Black with #FD647A
Text Example
Text Example
White with #FD647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD647A; }
p { color: rgb(253,100,122); }
H1.HeaderClassName
{
color: #FD647A;
}
.AnyTagClassName
{
color: #FD647A;
}
</style>
background-color css
<style>
a { background-color: #FD647A; }
a { background-color: rgb(253,100,122); }
div.DivClassName
{
background-color: #FD647A;
}
.BgClassName
{
background-color: #FD647A;
}
</style>
border-color css
<style>
span { border-color: #FD647A; }
span { border-color: rgb(253,100,122); }
td.TdClassName
{
border-color: #FD647A;
}
.TagClassName
{
border-color: #FD647A;
}
</style>