Shades of Brink Pink #FD698F
Tints of Brink Pink #FD698F
RGB
CMYK
RGB Variations
Color information
#FD698F (or 0xFD698F) is known color: Brink Pink. HEX triplet: FD, 69 and 8F. RGB value is (253,105,143). Sum of RGB (Red+Green+Blue) = 253+105+143=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 105 (41.41% from 255 or 20.96% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD698F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FD698F is #029670. Grayscale: #999999. Windows color (decimal): -169585 or 9398781. OLE color: 9398781.
HSL color Cylindrical-coordinate representation of color #FD698F: hue angle of 344.59º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FD698F is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 105 | 143 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.01 |
| HSL | 344.59º | 0.97% | 0.7% | - |
| HSV(B) | 344.59º | 0.58% | 0.99% | - |
| XYZ | 50.52 | 32.97 | 29.69 | - |
| YUV | 153.58 | 122.03 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 105 | 143 | 0 | 0.58 | 0.43 | 0.01 | 344.59 | 0.97 | 0.7 |
| Hex | FD | 69 | 8F | 0 | 3A | 2B | 1 | 159 | 61 | 46 |
| Octal | 375 | 151 | 217 | 0 | 72 | 53 | 1 | 531 | 141 | 106 |
| Binary | 11111101 | 1101001 | 10001111 | 0 | 111010 | 101011 | 1 | 101011001 | 1100001 | 1000110 |
Color Harmonies of #FD698F
Complementary color
Monochromatic Colors of #FD698F
Black with #FD698F
Text Example
Text Example
White with #FD698F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD698F; }
p { color: rgb(253,105,143); }
H1.HeaderClassName
{
color: #FD698F;
}
.AnyTagClassName
{
color: #FD698F;
}
</style>
background-color css
<style>
a { background-color: #FD698F; }
a { background-color: rgb(253,105,143); }
div.DivClassName
{
background-color: #FD698F;
}
.BgClassName
{
background-color: #FD698F;
}
</style>
border-color css
<style>
span { border-color: #FD698F; }
span { border-color: rgb(253,105,143); }
td.TdClassName
{
border-color: #FD698F;
}
.TagClassName
{
border-color: #FD698F;
}
</style>