Shades of Brink Pink #F96E90
Tints of Brink Pink #F96E90
RGB
CMYK
RGB Variations
Color information
#F96E90 (or 0xF96E90) is known color: Brink Pink. HEX triplet: F9, 6E and 90. RGB value is (249,110,144). Sum of RGB (Red+Green+Blue) = 249+110+144=503 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.50% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96E90 is #06916F. Grayscale: #9B9B9B. Windows color (decimal): -430448 or 9465593. OLE color: 9465593.
HSL color Cylindrical-coordinate representation of color #F96E90: hue angle of 345.32º 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 #F96E90 is Cyan = 0, Magento = 0.56, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 144 | - |
| CMYK | 0 | 0.56 | 0.42 | 0.02 |
| HSL | 345.32º | 0.92% | 0.7% | - |
| HSV(B) | 345.32º | 0.56% | 0.98% | - |
| XYZ | 49.68 | 33.31 | 30.2 | - |
| YUV | 155.44 | 121.55 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 144 | 0 | 0.56 | 0.42 | 0.02 | 345.32 | 0.92 | 0.7 |
| Hex | F9 | 6E | 90 | 0 | 38 | 2A | 2 | 159 | 5C | 46 |
| Octal | 371 | 156 | 220 | 0 | 70 | 52 | 2 | 531 | 134 | 106 |
| Binary | 11111001 | 1101110 | 10010000 | 0 | 111000 | 101010 | 10 | 101011001 | 1011100 | 1000110 |
Color Harmonies of #F96E90
Complementary color
Monochromatic Colors of #F96E90
Black with #F96E90
Text Example
Text Example
White with #F96E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E90; }
p { color: rgb(249,110,144); }
H1.HeaderClassName
{
color: #F96E90;
}
.AnyTagClassName
{
color: #F96E90;
}
</style>
background-color css
<style>
a { background-color: #F96E90; }
a { background-color: rgb(249,110,144); }
div.DivClassName
{
background-color: #F96E90;
}
.BgClassName
{
background-color: #F96E90;
}
</style>
border-color css
<style>
span { border-color: #F96E90; }
span { border-color: rgb(249,110,144); }
td.TdClassName
{
border-color: #F96E90;
}
.TagClassName
{
border-color: #F96E90;
}
</style>