Shades of Brink Pink #FD657D
Tints of Brink Pink #FD657D
RGB
CMYK
RGB Variations
Color information
#FD657D (or 0xFD657D) is known color: Brink Pink. HEX triplet: FD, 65 and 7D. RGB value is (253,101,125). Sum of RGB (Red+Green+Blue) = 253+101+125=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FD657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD657D is #029A82. Grayscale: #959595. Windows color (decimal): -170627 or 8218109. OLE color: 8218109.
HSL color Cylindrical-coordinate representation of color #FD657D: hue angle of 350.53º 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 #FD657D is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 101 | 125 | - |
CMYK | 0 | 0.60 | 0.51 | 0.01 |
HSL | 350.53º | 0.97% | 0.69% | - |
HSV(B) | 350.53º | 0.6% | 0.99% | - |
XYZ | 48.86 | 31.67 | 22.94 | - |
YUV | 149.18 | 114.36 | 202.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 101 | 125 | 0 | 0.60 | 0.51 | 0.01 | 350.53 | 0.97 | 0.69 |
Hex | FD | 65 | 7D | 0 | 3C | 33 | 1 | 15F | 61 | 45 |
Octal | 375 | 145 | 175 | 0 | 74 | 63 | 1 | 537 | 141 | 105 |
Binary | 11111101 | 1100101 | 1111101 | 0 | 111100 | 110011 | 1 | 101011111 | 1100001 | 1000101 |
Color Harmonies of #FD657D
Complementary color
Monochromatic Colors of #FD657D
Black with #FD657D
Text Example
Text Example
White with #FD657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD657D; }
p { color: rgb(253,101,125); }
H1.HeaderClassName
{
color: #FD657D;
}
.AnyTagClassName
{
color: #FD657D;
}
</style>
background-color css
<style>
a { background-color: #FD657D; }
a { background-color: rgb(253,101,125); }
div.DivClassName
{
background-color: #FD657D;
}
.BgClassName
{
background-color: #FD657D;
}
</style>
border-color css
<style>
span { border-color: #FD657D; }
span { border-color: rgb(253,101,125); }
td.TdClassName
{
border-color: #FD657D;
}
.TagClassName
{
border-color: #FD657D;
}
</style>