Shades of Brink Pink #F9718C
Tints of Brink Pink #F9718C
RGB
CMYK
RGB Variations
Color information
#F9718C (or 0xF9718C) is known color: Brink Pink. HEX triplet: F9, 71 and 8C. RGB value is (249,113,140). Sum of RGB (Red+Green+Blue) = 249+113+140=502 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.60% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 140 (55.08% from 255 or 27.89% from 502); Max value from RGB is 249 - color contains mainly: red. Hex color #F9718C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9718C is #068E73. Grayscale: #9C9C9C. Windows color (decimal): -429684 or 9204217. OLE color: 9204217.
HSL color Cylindrical-coordinate representation of color #F9718C: hue angle of 348.09º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9718C is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 140 | - |
| CMYK | 0 | 0.55 | 0.44 | 0.02 |
| HSL | 348.09º | 0.92% | 0.71% | - |
| HSV(B) | 348.09º | 0.55% | 0.98% | - |
| XYZ | 49.71 | 33.84 | 28.72 | - |
| YUV | 156.74 | 118.56 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 140 | 0 | 0.55 | 0.44 | 0.02 | 348.09 | 0.92 | 0.71 |
| Hex | F9 | 71 | 8C | 0 | 37 | 2C | 2 | 15C | 5C | 47 |
| Octal | 371 | 161 | 214 | 0 | 67 | 54 | 2 | 534 | 134 | 107 |
| Binary | 11111001 | 1110001 | 10001100 | 0 | 110111 | 101100 | 10 | 101011100 | 1011100 | 1000111 |
Color Harmonies of #F9718C
Complementary color
Monochromatic Colors of #F9718C
Black with #F9718C
Text Example
Text Example
White with #F9718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9718C; }
p { color: rgb(249,113,140); }
H1.HeaderClassName
{
color: #F9718C;
}
.AnyTagClassName
{
color: #F9718C;
}
</style>
background-color css
<style>
a { background-color: #F9718C; }
a { background-color: rgb(249,113,140); }
div.DivClassName
{
background-color: #F9718C;
}
.BgClassName
{
background-color: #F9718C;
}
</style>
border-color css
<style>
span { border-color: #F9718C; }
span { border-color: rgb(249,113,140); }
td.TdClassName
{
border-color: #F9718C;
}
.TagClassName
{
border-color: #F9718C;
}
</style>