Shades of Brink Pink #F96893
Tints of Brink Pink #F96893
RGB
CMYK
RGB Variations
Color information
#F96893 (or 0xF96893) is known color: Brink Pink. HEX triplet: F9, 68 and 93. RGB value is (249,104,147). Sum of RGB (Red+Green+Blue) = 249+104+147=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F96893 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F96893 is #06976C. Grayscale: #989898. Windows color (decimal): -431981 or 9660665. OLE color: 9660665.
HSL color Cylindrical-coordinate representation of color #F96893: hue angle of 342.21º 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 #F96893 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 147 | - |
| CMYK | 0 | 0.58 | 0.41 | 0.02 |
| HSL | 342.21º | 0.92% | 0.69% | - |
| HSV(B) | 342.21º | 0.58% | 0.98% | - |
| XYZ | 49.28 | 32.15 | 31.21 | - |
| YUV | 152.26 | 125.04 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 147 | 0 | 0.58 | 0.41 | 0.02 | 342.21 | 0.92 | 0.69 |
| Hex | F9 | 68 | 93 | 0 | 3A | 29 | 2 | 156 | 5C | 45 |
| Octal | 371 | 150 | 223 | 0 | 72 | 51 | 2 | 526 | 134 | 105 |
| Binary | 11111001 | 1101000 | 10010011 | 0 | 111010 | 101001 | 10 | 101010110 | 1011100 | 1000101 |
Color Harmonies of #F96893
Complementary color
Monochromatic Colors of #F96893
Black with #F96893
Text Example
Text Example
White with #F96893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96893; }
p { color: rgb(249,104,147); }
H1.HeaderClassName
{
color: #F96893;
}
.AnyTagClassName
{
color: #F96893;
}
</style>
background-color css
<style>
a { background-color: #F96893; }
a { background-color: rgb(249,104,147); }
div.DivClassName
{
background-color: #F96893;
}
.BgClassName
{
background-color: #F96893;
}
</style>
border-color css
<style>
span { border-color: #F96893; }
span { border-color: rgb(249,104,147); }
td.TdClassName
{
border-color: #F96893;
}
.TagClassName
{
border-color: #F96893;
}
</style>