Shades of Brink Pink #F96E7A
Tints of Brink Pink #F96E7A
RGB
CMYK
RGB Variations
Color information
#F96E7A (or 0xF96E7A) is known color: Brink Pink. HEX triplet: F9, 6E and 7A. RGB value is (249,110,122). Sum of RGB (Red+Green+Blue) = 249+110+122=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E7A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E7A is #069185. Grayscale: #999999. Windows color (decimal): -430470 or 8023801. OLE color: 8023801.
HSL color Cylindrical-coordinate representation of color #F96E7A: hue angle of 354.82º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96E7A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 122 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.02 |
| HSL | 354.82º | 0.92% | 0.7% | - |
| HSV(B) | 354.82º | 0.56% | 0.98% | - |
| XYZ | 48.16 | 32.7 | 22.19 | - |
| YUV | 152.93 | 110.55 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 122 | 0 | 0.56 | 0.51 | 0.02 | 354.82 | 0.92 | 0.7 |
| Hex | F9 | 6E | 7A | 0 | 38 | 33 | 2 | 163 | 5C | 46 |
| Octal | 371 | 156 | 172 | 0 | 70 | 63 | 2 | 543 | 134 | 106 |
| Binary | 11111001 | 1101110 | 1111010 | 0 | 111000 | 110011 | 10 | 101100011 | 1011100 | 1000110 |
Color Harmonies of #F96E7A
Complementary color
Monochromatic Colors of #F96E7A
Black with #F96E7A
Text Example
Text Example
White with #F96E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E7A; }
p { color: rgb(249,110,122); }
H1.HeaderClassName
{
color: #F96E7A;
}
.AnyTagClassName
{
color: #F96E7A;
}
</style>
background-color css
<style>
a { background-color: #F96E7A; }
a { background-color: rgb(249,110,122); }
div.DivClassName
{
background-color: #F96E7A;
}
.BgClassName
{
background-color: #F96E7A;
}
</style>
border-color css
<style>
span { border-color: #F96E7A; }
span { border-color: rgb(249,110,122); }
td.TdClassName
{
border-color: #F96E7A;
}
.TagClassName
{
border-color: #F96E7A;
}
</style>