Shades of Brink Pink #F96D7D
Tints of Brink Pink #F96D7D
RGB
CMYK
RGB Variations
Color information
#F96D7D (or 0xF96D7D) is known color: Brink Pink. HEX triplet: F9, 6D and 7D. RGB value is (249,109,125). Sum of RGB (Red+Green+Blue) = 249+109+125=483 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.55% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D7D is #069282. Grayscale: #989898. Windows color (decimal): -430723 or 8220153. OLE color: 8220153.
HSL color Cylindrical-coordinate representation of color #F96D7D: hue angle of 353.14º 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 #F96D7D is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 125 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.02 |
| HSL | 353.14º | 0.92% | 0.7% | - |
| HSV(B) | 353.14º | 0.56% | 0.98% | - |
| XYZ | 48.24 | 32.56 | 23.14 | - |
| YUV | 152.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 125 | 0 | 0.56 | 0.50 | 0.02 | 353.14 | 0.92 | 0.7 |
| Hex | F9 | 6D | 7D | 0 | 38 | 32 | 2 | 161 | 5C | 46 |
| Octal | 371 | 155 | 175 | 0 | 70 | 62 | 2 | 541 | 134 | 106 |
| Binary | 11111001 | 1101101 | 1111101 | 0 | 111000 | 110010 | 10 | 101100001 | 1011100 | 1000110 |
Color Harmonies of #F96D7D
Complementary color
Monochromatic Colors of #F96D7D
Black with #F96D7D
Text Example
Text Example
White with #F96D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D7D; }
p { color: rgb(249,109,125); }
H1.HeaderClassName
{
color: #F96D7D;
}
.AnyTagClassName
{
color: #F96D7D;
}
</style>
background-color css
<style>
a { background-color: #F96D7D; }
a { background-color: rgb(249,109,125); }
div.DivClassName
{
background-color: #F96D7D;
}
.BgClassName
{
background-color: #F96D7D;
}
</style>
border-color css
<style>
span { border-color: #F96D7D; }
span { border-color: rgb(249,109,125); }
td.TdClassName
{
border-color: #F96D7D;
}
.TagClassName
{
border-color: #F96D7D;
}
</style>