Shades of Brink Pink #F96788
Tints of Brink Pink #F96788
RGB
CMYK
RGB Variations
Color information
#F96788 (or 0xF96788) is known color: Brink Pink. HEX triplet: F9, 67 and 88. RGB value is (249,103,136). Sum of RGB (Red+Green+Blue) = 249+103+136=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 103 (40.62% from 255 or 21.11% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F96788 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96788 is #069877. Grayscale: #969696. Windows color (decimal): -432248 or 8939513. OLE color: 8939513.
HSL color Cylindrical-coordinate representation of color #F96788: hue angle of 346.44º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F96788 is Cyan = 0, Magento = 0.59, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 103 | 136 | - |
| CMYK | 0 | 0.59 | 0.45 | 0.02 |
| HSL | 346.44º | 0.92% | 0.69% | - |
| HSV(B) | 346.44º | 0.59% | 0.98% | - |
| XYZ | 48.36 | 31.62 | 26.85 | - |
| YUV | 150.42 | 119.87 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 136 | 0 | 0.59 | 0.45 | 0.02 | 346.44 | 0.92 | 0.69 |
| Hex | F9 | 67 | 88 | 0 | 3B | 2D | 2 | 15A | 5C | 45 |
| Octal | 371 | 147 | 210 | 0 | 73 | 55 | 2 | 532 | 134 | 105 |
| Binary | 11111001 | 1100111 | 10001000 | 0 | 111011 | 101101 | 10 | 101011010 | 1011100 | 1000101 |
Color Harmonies of #F96788
Complementary color
Monochromatic Colors of #F96788
Black with #F96788
Text Example
Text Example
White with #F96788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96788; }
p { color: rgb(249,103,136); }
H1.HeaderClassName
{
color: #F96788;
}
.AnyTagClassName
{
color: #F96788;
}
</style>
background-color css
<style>
a { background-color: #F96788; }
a { background-color: rgb(249,103,136); }
div.DivClassName
{
background-color: #F96788;
}
.BgClassName
{
background-color: #F96788;
}
</style>
border-color css
<style>
span { border-color: #F96788; }
span { border-color: rgb(249,103,136); }
td.TdClassName
{
border-color: #F96788;
}
.TagClassName
{
border-color: #F96788;
}
</style>