Shades of Brink Pink #FD6881
Tints of Brink Pink #FD6881
RGB
CMYK
RGB Variations
Color information
#FD6881 (or 0xFD6881) is known color: Brink Pink. HEX triplet: FD, 68 and 81. RGB value is (253,104,129). Sum of RGB (Red+Green+Blue) = 253+104+129=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 129 (50.78% from 255 or 26.54% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD6881 is #02977E. Grayscale: #979797. Windows color (decimal): -169855 or 8481021. OLE color: 8481021.
HSL color Cylindrical-coordinate representation of color #FD6881: hue angle of 349.93º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FD6881 is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 104 | 129 | - |
| CMYK | 0 | 0.59 | 0.49 | 0.01 |
| HSL | 349.93º | 0.97% | 0.7% | - |
| HSV(B) | 349.93º | 0.59% | 0.99% | - |
| XYZ | 49.42 | 32.37 | 24.41 | - |
| YUV | 151.4 | 115.36 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 104 | 129 | 0 | 0.59 | 0.49 | 0.01 | 349.93 | 0.97 | 0.7 |
| Hex | FD | 68 | 81 | 0 | 3B | 31 | 1 | 15E | 61 | 46 |
| Octal | 375 | 150 | 201 | 0 | 73 | 61 | 1 | 536 | 141 | 106 |
| Binary | 11111101 | 1101000 | 10000001 | 0 | 111011 | 110001 | 1 | 101011110 | 1100001 | 1000110 |
Color Harmonies of #FD6881
Complementary color
Monochromatic Colors of #FD6881
Black with #FD6881
Text Example
Text Example
White with #FD6881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD6881; }
p { color: rgb(253,104,129); }
H1.HeaderClassName
{
color: #FD6881;
}
.AnyTagClassName
{
color: #FD6881;
}
</style>
background-color css
<style>
a { background-color: #FD6881; }
a { background-color: rgb(253,104,129); }
div.DivClassName
{
background-color: #FD6881;
}
.BgClassName
{
background-color: #FD6881;
}
</style>
border-color css
<style>
span { border-color: #FD6881; }
span { border-color: rgb(253,104,129); }
td.TdClassName
{
border-color: #FD6881;
}
.TagClassName
{
border-color: #FD6881;
}
</style>