Shades of Brink Pink #F9717F
Tints of Brink Pink #F9717F
RGB
CMYK
RGB Variations
Color information
#F9717F (or 0xF9717F) is known color: Brink Pink. HEX triplet: F9, 71 and 7F. RGB value is (249,113,127). Sum of RGB (Red+Green+Blue) = 249+113+127=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9717F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9717F is #068E80. Grayscale: #9B9B9B. Windows color (decimal): -429697 or 8352249. OLE color: 8352249.
HSL color Cylindrical-coordinate representation of color #F9717F: hue angle of 353.82º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F9717F is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 127 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.02 |
| HSL | 353.82º | 0.92% | 0.71% | - |
| HSV(B) | 353.82º | 0.55% | 0.98% | - |
| XYZ | 48.8 | 33.48 | 23.97 | - |
| YUV | 155.26 | 112.06 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 127 | 0 | 0.55 | 0.49 | 0.02 | 353.82 | 0.92 | 0.71 |
| Hex | F9 | 71 | 7F | 0 | 37 | 31 | 2 | 162 | 5C | 47 |
| Octal | 371 | 161 | 177 | 0 | 67 | 61 | 2 | 542 | 134 | 107 |
| Binary | 11111001 | 1110001 | 1111111 | 0 | 110111 | 110001 | 10 | 101100010 | 1011100 | 1000111 |
Color Harmonies of #F9717F
Complementary color
Monochromatic Colors of #F9717F
Black with #F9717F
Text Example
Text Example
White with #F9717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9717F; }
p { color: rgb(249,113,127); }
H1.HeaderClassName
{
color: #F9717F;
}
.AnyTagClassName
{
color: #F9717F;
}
</style>
background-color css
<style>
a { background-color: #F9717F; }
a { background-color: rgb(249,113,127); }
div.DivClassName
{
background-color: #F9717F;
}
.BgClassName
{
background-color: #F9717F;
}
</style>
border-color css
<style>
span { border-color: #F9717F; }
span { border-color: rgb(249,113,127); }
td.TdClassName
{
border-color: #F9717F;
}
.TagClassName
{
border-color: #F9717F;
}
</style>