Shades of Brink Pink #FD6C8A
Tints of Brink Pink #FD6C8A
RGB
CMYK
RGB Variations
Color information
#FD6C8A (or 0xFD6C8A) is known color: Brink Pink. HEX triplet: FD, 6C and 8A. RGB value is (253,108,138). Sum of RGB (Red+Green+Blue) = 253+108+138=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6C8A is #029375. Grayscale: #9A9A9A. Windows color (decimal): -168822 or 9071869. OLE color: 9071869.
HSL color Cylindrical-coordinate representation of color #FD6C8A: hue angle of 347.59º 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 #FD6C8A is Cyan = 0, Magento = 0.57, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 108 | 138 | - |
| CMYK | 0 | 0.57 | 0.45 | 0.01 |
| HSL | 347.59º | 0.97% | 0.71% | - |
| HSV(B) | 347.59º | 0.57% | 0.99% | - |
| XYZ | 50.46 | 33.44 | 27.84 | - |
| YUV | 154.78 | 118.54 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 108 | 138 | 0 | 0.57 | 0.45 | 0.01 | 347.59 | 0.97 | 0.71 |
| Hex | FD | 6C | 8A | 0 | 39 | 2D | 1 | 15C | 61 | 47 |
| Octal | 375 | 154 | 212 | 0 | 71 | 55 | 1 | 534 | 141 | 107 |
| Binary | 11111101 | 1101100 | 10001010 | 0 | 111001 | 101101 | 1 | 101011100 | 1100001 | 1000111 |
Color Harmonies of #FD6C8A
Complementary color
Monochromatic Colors of #FD6C8A
Black with #FD6C8A
Text Example
Text Example
White with #FD6C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6C8A; }
p { color: rgb(253,108,138); }
H1.HeaderClassName
{
color: #FD6C8A;
}
.AnyTagClassName
{
color: #FD6C8A;
}
</style>
background-color css
<style>
a { background-color: #FD6C8A; }
a { background-color: rgb(253,108,138); }
div.DivClassName
{
background-color: #FD6C8A;
}
.BgClassName
{
background-color: #FD6C8A;
}
</style>
border-color css
<style>
span { border-color: #FD6C8A; }
span { border-color: rgb(253,108,138); }
td.TdClassName
{
border-color: #FD6C8A;
}
.TagClassName
{
border-color: #FD6C8A;
}
</style>