Shades of Brink Pink #FD657B
Tints of Brink Pink #FD657B
RGB
CMYK
RGB Variations
Color information
#FD657B (or 0xFD657B) is known color: Brink Pink. HEX triplet: FD, 65 and 7B. RGB value is (253,101,123). Sum of RGB (Red+Green+Blue) = 253+101+123=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 123 (48.44% from 255 or 25.79% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FD657B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD657B is #029A84. Grayscale: #959595. Windows color (decimal): -170629 or 8087037. OLE color: 8087037.
HSL color Cylindrical-coordinate representation of color #FD657B: hue angle of 351.32º 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 #FD657B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 123 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.01 |
| HSL | 351.32º | 0.97% | 0.69% | - |
| HSV(B) | 351.32º | 0.6% | 0.99% | - |
| XYZ | 48.74 | 31.62 | 22.27 | - |
| YUV | 148.96 | 113.36 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 123 | 0 | 0.60 | 0.51 | 0.01 | 351.32 | 0.97 | 0.69 |
| Hex | FD | 65 | 7B | 0 | 3C | 33 | 1 | 15F | 61 | 45 |
| Octal | 375 | 145 | 173 | 0 | 74 | 63 | 1 | 537 | 141 | 105 |
| Binary | 11111101 | 1100101 | 1111011 | 0 | 111100 | 110011 | 1 | 101011111 | 1100001 | 1000101 |
Color Harmonies of #FD657B
Complementary color
Monochromatic Colors of #FD657B
Black with #FD657B
Text Example
Text Example
White with #FD657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD657B; }
p { color: rgb(253,101,123); }
H1.HeaderClassName
{
color: #FD657B;
}
.AnyTagClassName
{
color: #FD657B;
}
</style>
background-color css
<style>
a { background-color: #FD657B; }
a { background-color: rgb(253,101,123); }
div.DivClassName
{
background-color: #FD657B;
}
.BgClassName
{
background-color: #FD657B;
}
</style>
border-color css
<style>
span { border-color: #FD657B; }
span { border-color: rgb(253,101,123); }
td.TdClassName
{
border-color: #FD657B;
}
.TagClassName
{
border-color: #FD657B;
}
</style>