Shades of Brink Pink #FD6D90
Tints of Brink Pink #FD6D90
RGB
CMYK
RGB Variations
Color information
#FD6D90 (or 0xFD6D90) is known color: Brink Pink. HEX triplet: FD, 6D and 90. RGB value is (253,109,144). Sum of RGB (Red+Green+Blue) = 253+109+144=506 (67% of max value = 765). Red value is 253 (99.22% from 255 or 50% from 506); Green value is 109 (42.97% from 255 or 21.54% from 506); Blue value is 144 (56.64% from 255 or 28.46% from 506); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6D90 is #02926F. Grayscale: #9C9C9C. Windows color (decimal): -168560 or 9465341. OLE color: 9465341.
HSL color Cylindrical-coordinate representation of color #FD6D90: hue angle of 345.42º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD6D90 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 109 | 144 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.01 |
| HSL | 345.42º | 0.97% | 0.71% | - |
| HSV(B) | 345.42º | 0.57% | 0.99% | - |
| XYZ | 51.01 | 33.83 | 30.23 | - |
| YUV | 156.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 109 | 144 | 0 | 0.57 | 0.43 | 0.01 | 345.42 | 0.97 | 0.71 |
| Hex | FD | 6D | 90 | 0 | 39 | 2B | 1 | 159 | 61 | 47 |
| Octal | 375 | 155 | 220 | 0 | 71 | 53 | 1 | 531 | 141 | 107 |
| Binary | 11111101 | 1101101 | 10010000 | 0 | 111001 | 101011 | 1 | 101011001 | 1100001 | 1000111 |
Color Harmonies of #FD6D90
Complementary color
Monochromatic Colors of #FD6D90
Black with #FD6D90
Text Example
Text Example
White with #FD6D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6D90; }
p { color: rgb(253,109,144); }
H1.HeaderClassName
{
color: #FD6D90;
}
.AnyTagClassName
{
color: #FD6D90;
}
</style>
background-color css
<style>
a { background-color: #FD6D90; }
a { background-color: rgb(253,109,144); }
div.DivClassName
{
background-color: #FD6D90;
}
.BgClassName
{
background-color: #FD6D90;
}
</style>
border-color css
<style>
span { border-color: #FD6D90; }
span { border-color: rgb(253,109,144); }
td.TdClassName
{
border-color: #FD6D90;
}
.TagClassName
{
border-color: #FD6D90;
}
</style>