Shades of Brink Pink #F9697D
Tints of Brink Pink #F9697D
RGB
CMYK
RGB Variations
Color information
#F9697D (or 0xF9697D) is known color: Brink Pink. HEX triplet: F9, 69 and 7D. RGB value is (249,105,125). Sum of RGB (Red+Green+Blue) = 249+105+125=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 125 (49.22% from 255 or 26.10% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F9697D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9697D is #069682. Grayscale: #969696. Windows color (decimal): -431747 or 8219129. OLE color: 8219129.
HSL color Cylindrical-coordinate representation of color #F9697D: hue angle of 351.67º 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 #F9697D is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 125 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.02 |
| HSL | 351.67º | 0.92% | 0.69% | - |
| HSV(B) | 351.67º | 0.58% | 0.98% | - |
| XYZ | 47.82 | 31.72 | 23 | - |
| YUV | 150.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 125 | 0 | 0.58 | 0.50 | 0.02 | 351.67 | 0.92 | 0.69 |
| Hex | F9 | 69 | 7D | 0 | 3A | 32 | 2 | 160 | 5C | 45 |
| Octal | 371 | 151 | 175 | 0 | 72 | 62 | 2 | 540 | 134 | 105 |
| Binary | 11111001 | 1101001 | 1111101 | 0 | 111010 | 110010 | 10 | 101100000 | 1011100 | 1000101 |
Color Harmonies of #F9697D
Complementary color
Monochromatic Colors of #F9697D
Black with #F9697D
Text Example
Text Example
White with #F9697D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9697D; }
p { color: rgb(249,105,125); }
H1.HeaderClassName
{
color: #F9697D;
}
.AnyTagClassName
{
color: #F9697D;
}
</style>
background-color css
<style>
a { background-color: #F9697D; }
a { background-color: rgb(249,105,125); }
div.DivClassName
{
background-color: #F9697D;
}
.BgClassName
{
background-color: #F9697D;
}
</style>
border-color css
<style>
span { border-color: #F9697D; }
span { border-color: rgb(249,105,125); }
td.TdClassName
{
border-color: #F9697D;
}
.TagClassName
{
border-color: #F9697D;
}
</style>