Shades of Brink Pink #FD6E90
Tints of Brink Pink #FD6E90
RGB
CMYK
RGB Variations
Color information
#FD6E90 (or 0xFD6E90) is known color: Brink Pink. HEX triplet: FD, 6E and 90. RGB value is (253,110,144). Sum of RGB (Red+Green+Blue) = 253+110+144=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 110 (43.36% from 255 or 21.70% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6E90 is #02916F. Grayscale: #9C9C9C. Windows color (decimal): -168304 or 9465597. OLE color: 9465597.
HSL color Cylindrical-coordinate representation of color #FD6E90: hue angle of 345.73º 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 #FD6E90 is Cyan = 0, Magento = 0.57, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 110 | 144 | - |
| CMYK | 0 | 0.57 | 0.43 | 0.01 |
| HSL | 345.73º | 0.97% | 0.71% | - |
| HSV(B) | 345.73º | 0.57% | 0.99% | - |
| XYZ | 51.12 | 34.05 | 30.26 | - |
| YUV | 156.63 | 120.88 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 110 | 144 | 0 | 0.57 | 0.43 | 0.01 | 345.73 | 0.97 | 0.71 |
| Hex | FD | 6E | 90 | 0 | 39 | 2B | 1 | 15A | 61 | 47 |
| Octal | 375 | 156 | 220 | 0 | 71 | 53 | 1 | 532 | 141 | 107 |
| Binary | 11111101 | 1101110 | 10010000 | 0 | 111001 | 101011 | 1 | 101011010 | 1100001 | 1000111 |
Color Harmonies of #FD6E90
Complementary color
Monochromatic Colors of #FD6E90
Black with #FD6E90
Text Example
Text Example
White with #FD6E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6E90; }
p { color: rgb(253,110,144); }
H1.HeaderClassName
{
color: #FD6E90;
}
.AnyTagClassName
{
color: #FD6E90;
}
</style>
background-color css
<style>
a { background-color: #FD6E90; }
a { background-color: rgb(253,110,144); }
div.DivClassName
{
background-color: #FD6E90;
}
.BgClassName
{
background-color: #FD6E90;
}
</style>
border-color css
<style>
span { border-color: #FD6E90; }
span { border-color: rgb(253,110,144); }
td.TdClassName
{
border-color: #FD6E90;
}
.TagClassName
{
border-color: #FD6E90;
}
</style>