Shades of Brink Pink #F9698D
Tints of Brink Pink #F9698D
RGB
CMYK
RGB Variations
Color information
#F9698D (or 0xF9698D) is known color: Brink Pink. HEX triplet: F9, 69 and 8D. RGB value is (249,105,141). Sum of RGB (Red+Green+Blue) = 249+105+141=495 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.30% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 141 (55.47% from 255 or 28.48% from 495); Max value from RGB is 249 - color contains mainly: red. Hex color #F9698D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9698D is #069672. Grayscale: #989898. Windows color (decimal): -431731 or 9267705. OLE color: 9267705.
HSL color Cylindrical-coordinate representation of color #F9698D: hue angle of 345º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F9698D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 141 | - |
| CMYK | 0 | 0.58 | 0.43 | 0.02 |
| HSL | 345º | 0.92% | 0.69% | - |
| HSV(B) | 345º | 0.58% | 0.98% | - |
| XYZ | 48.93 | 32.17 | 28.83 | - |
| YUV | 152.16 | 121.71 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 141 | 0 | 0.58 | 0.43 | 0.02 | 345 | 0.92 | 0.69 |
| Hex | F9 | 69 | 8D | 0 | 3A | 2B | 2 | 159 | 5C | 45 |
| Octal | 371 | 151 | 215 | 0 | 72 | 53 | 2 | 531 | 134 | 105 |
| Binary | 11111001 | 1101001 | 10001101 | 0 | 111010 | 101011 | 10 | 101011001 | 1011100 | 1000101 |
Color Harmonies of #F9698D
Complementary color
Monochromatic Colors of #F9698D
Black with #F9698D
Text Example
Text Example
White with #F9698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9698D; }
p { color: rgb(249,105,141); }
H1.HeaderClassName
{
color: #F9698D;
}
.AnyTagClassName
{
color: #F9698D;
}
</style>
background-color css
<style>
a { background-color: #F9698D; }
a { background-color: rgb(249,105,141); }
div.DivClassName
{
background-color: #F9698D;
}
.BgClassName
{
background-color: #F9698D;
}
</style>
border-color css
<style>
span { border-color: #F9698D; }
span { border-color: rgb(249,105,141); }
td.TdClassName
{
border-color: #F9698D;
}
.TagClassName
{
border-color: #F9698D;
}
</style>