Shades of Brink Pink #F9697E
Tints of Brink Pink #F9697E
RGB
CMYK
RGB Variations
Color information
#F9697E (or 0xF9697E) is known color: Brink Pink. HEX triplet: F9, 69 and 7E. RGB value is (249,105,126). Sum of RGB (Red+Green+Blue) = 249+105+126=480 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.88% from 480); Green value is 105 (41.41% from 255 or 21.88% from 480); Blue value is 126 (49.61% from 255 or 26.25% from 480); Max value from RGB is 249 - color contains mainly: red. Hex color #F9697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9697E is #069681. Grayscale: #969696. Windows color (decimal): -431746 or 8284665. OLE color: 8284665.
HSL color Cylindrical-coordinate representation of color #F9697E: hue angle of 351.25º 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 #F9697E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 126 | - |
| CMYK | 0 | 0.58 | 0.49 | 0.02 |
| HSL | 351.25º | 0.92% | 0.69% | - |
| HSV(B) | 351.25º | 0.58% | 0.98% | - |
| XYZ | 47.88 | 31.75 | 23.34 | - |
| YUV | 150.45 | 114.21 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 126 | 0 | 0.58 | 0.49 | 0.02 | 351.25 | 0.92 | 0.69 |
| Hex | F9 | 69 | 7E | 0 | 3A | 31 | 2 | 15F | 5C | 45 |
| Octal | 371 | 151 | 176 | 0 | 72 | 61 | 2 | 537 | 134 | 105 |
| Binary | 11111001 | 1101001 | 1111110 | 0 | 111010 | 110001 | 10 | 101011111 | 1011100 | 1000101 |
Color Harmonies of #F9697E
Complementary color
Monochromatic Colors of #F9697E
Black with #F9697E
Text Example
Text Example
White with #F9697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9697E; }
p { color: rgb(249,105,126); }
H1.HeaderClassName
{
color: #F9697E;
}
.AnyTagClassName
{
color: #F9697E;
}
</style>
background-color css
<style>
a { background-color: #F9697E; }
a { background-color: rgb(249,105,126); }
div.DivClassName
{
background-color: #F9697E;
}
.BgClassName
{
background-color: #F9697E;
}
</style>
border-color css
<style>
span { border-color: #F9697E; }
span { border-color: rgb(249,105,126); }
td.TdClassName
{
border-color: #F9697E;
}
.TagClassName
{
border-color: #F9697E;
}
</style>