Shades of Brink Pink #FD658D
Tints of Brink Pink #FD658D
RGB
CMYK
RGB Variations
Color information
#FD658D (or 0xFD658D) is known color: Brink Pink. HEX triplet: FD, 65 and 8D. RGB value is (253,101,141). Sum of RGB (Red+Green+Blue) = 253+101+141=495 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.11% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 253 - color contains mainly: red. Hex color #FD658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD658D is #029A72. Grayscale: #969696. Windows color (decimal): -170611 or 9266685. OLE color: 9266685.
HSL color Cylindrical-coordinate representation of color #FD658D: hue angle of 344.21º 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 #FD658D is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 101 | 141 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.01 |
| HSL | 344.21º | 0.97% | 0.69% | - |
| HSV(B) | 344.21º | 0.6% | 0.99% | - |
| XYZ | 49.97 | 32.11 | 28.76 | - |
| YUV | 151.01 | 122.36 | 200.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 101 | 141 | 0 | 0.60 | 0.44 | 0.01 | 344.21 | 0.97 | 0.69 |
| Hex | FD | 65 | 8D | 0 | 3C | 2C | 1 | 158 | 61 | 45 |
| Octal | 375 | 145 | 215 | 0 | 74 | 54 | 1 | 530 | 141 | 105 |
| Binary | 11111101 | 1100101 | 10001101 | 0 | 111100 | 101100 | 1 | 101011000 | 1100001 | 1000101 |
Color Harmonies of #FD658D
Complementary color
Monochromatic Colors of #FD658D
Black with #FD658D
Text Example
Text Example
White with #FD658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD658D; }
p { color: rgb(253,101,141); }
H1.HeaderClassName
{
color: #FD658D;
}
.AnyTagClassName
{
color: #FD658D;
}
</style>
background-color css
<style>
a { background-color: #FD658D; }
a { background-color: rgb(253,101,141); }
div.DivClassName
{
background-color: #FD658D;
}
.BgClassName
{
background-color: #FD658D;
}
</style>
border-color css
<style>
span { border-color: #FD658D; }
span { border-color: rgb(253,101,141); }
td.TdClassName
{
border-color: #FD658D;
}
.TagClassName
{
border-color: #FD658D;
}
</style>