Shades of Brink Pink #FD5D8F
Tints of Brink Pink #FD5D8F
RGB
CMYK
RGB Variations
Color information
#FD5D8F (or 0xFD5D8F) is known color: Brink Pink. HEX triplet: FD, 5D and 8F. RGB value is (253,93,143). Sum of RGB (Red+Green+Blue) = 253+93+143=489 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.74% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD5D8F is #02A270. Grayscale: #929292. Windows color (decimal): -172657 or 9395709. OLE color: 9395709.
HSL color Cylindrical-coordinate representation of color #FD5D8F: hue angle of 341.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD5D8F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 93 | 143 | - |
CMYK | 0 | 0.63 | 0.43 | 0.01 |
HSL | 341.25º | 0.98% | 0.68% | - |
HSV(B) | 341.25º | 0.63% | 0.99% | - |
XYZ | 49.38 | 30.69 | 29.31 | - |
YUV | 146.54 | 126.01 | 203.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 93 | 143 | 0 | 0.63 | 0.43 | 0.01 | 341.25 | 0.98 | 0.68 |
Hex | FD | 5D | 8F | 0 | 3F | 2B | 1 | 155 | 62 | 44 |
Octal | 375 | 135 | 217 | 0 | 77 | 53 | 1 | 525 | 142 | 104 |
Binary | 11111101 | 1011101 | 10001111 | 0 | 111111 | 101011 | 1 | 101010101 | 1100010 | 1000100 |
Color Harmonies of #FD5D8F
Complementary color
Monochromatic Colors of #FD5D8F
Black with #FD5D8F
Text Example
Text Example
White with #FD5D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5D8F; }
p { color: rgb(253,93,143); }
H1.HeaderClassName
{
color: #FD5D8F;
}
.AnyTagClassName
{
color: #FD5D8F;
}
</style>
background-color css
<style>
a { background-color: #FD5D8F; }
a { background-color: rgb(253,93,143); }
div.DivClassName
{
background-color: #FD5D8F;
}
.BgClassName
{
background-color: #FD5D8F;
}
</style>
border-color css
<style>
span { border-color: #FD5D8F; }
span { border-color: rgb(253,93,143); }
td.TdClassName
{
border-color: #FD5D8F;
}
.TagClassName
{
border-color: #FD5D8F;
}
</style>