Shades of Brink Pink #F96C7A
Tints of Brink Pink #F96C7A
RGB
CMYK
RGB Variations
Color information
#F96C7A (or 0xF96C7A) is known color: Brink Pink. HEX triplet: F9, 6C and 7A. RGB value is (249,108,122). Sum of RGB (Red+Green+Blue) = 249+108+122=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 122 (48.05% from 255 or 25.47% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C7A is #069385. Grayscale: #979797. Windows color (decimal): -430982 or 8023289. OLE color: 8023289.
HSL color Cylindrical-coordinate representation of color #F96C7A: hue angle of 354.04º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96C7A is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 122 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.02 |
| HSL | 354.04º | 0.92% | 0.7% | - |
| HSV(B) | 354.04º | 0.57% | 0.98% | - |
| XYZ | 47.94 | 32.27 | 22.11 | - |
| YUV | 151.76 | 111.21 | 197.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 122 | 0 | 0.57 | 0.51 | 0.02 | 354.04 | 0.92 | 0.7 |
| Hex | F9 | 6C | 7A | 0 | 39 | 33 | 2 | 162 | 5C | 46 |
| Octal | 371 | 154 | 172 | 0 | 71 | 63 | 2 | 542 | 134 | 106 |
| Binary | 11111001 | 1101100 | 1111010 | 0 | 111001 | 110011 | 10 | 101100010 | 1011100 | 1000110 |
Color Harmonies of #F96C7A
Complementary color
Monochromatic Colors of #F96C7A
Black with #F96C7A
Text Example
Text Example
White with #F96C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C7A; }
p { color: rgb(249,108,122); }
H1.HeaderClassName
{
color: #F96C7A;
}
.AnyTagClassName
{
color: #F96C7A;
}
</style>
background-color css
<style>
a { background-color: #F96C7A; }
a { background-color: rgb(249,108,122); }
div.DivClassName
{
background-color: #F96C7A;
}
.BgClassName
{
background-color: #F96C7A;
}
</style>
border-color css
<style>
span { border-color: #F96C7A; }
span { border-color: rgb(249,108,122); }
td.TdClassName
{
border-color: #F96C7A;
}
.TagClassName
{
border-color: #F96C7A;
}
</style>