Shades of Brink Pink #F9718A
Tints of Brink Pink #F9718A
RGB
CMYK
RGB Variations
Color information
#F9718A (or 0xF9718A) is known color: Brink Pink. HEX triplet: F9, 71 and 8A. RGB value is (249,113,138). Sum of RGB (Red+Green+Blue) = 249+113+138=500 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.8% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 249 - color contains mainly: red. Hex color #F9718A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9718A is #068E75. Grayscale: #9C9C9C. Windows color (decimal): -429686 or 9073145. OLE color: 9073145.
HSL color Cylindrical-coordinate representation of color #F9718A: hue angle of 348.97º 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 #F9718A is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 138 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.02 |
| HSL | 348.97º | 0.92% | 0.71% | - |
| HSV(B) | 348.97º | 0.55% | 0.98% | - |
| XYZ | 49.56 | 33.78 | 27.95 | - |
| YUV | 156.51 | 117.56 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 138 | 0 | 0.55 | 0.45 | 0.02 | 348.97 | 0.92 | 0.71 |
| Hex | F9 | 71 | 8A | 0 | 37 | 2D | 2 | 15D | 5C | 47 |
| Octal | 371 | 161 | 212 | 0 | 67 | 55 | 2 | 535 | 134 | 107 |
| Binary | 11111001 | 1110001 | 10001010 | 0 | 110111 | 101101 | 10 | 101011101 | 1011100 | 1000111 |
Color Harmonies of #F9718A
Complementary color
Monochromatic Colors of #F9718A
Black with #F9718A
Text Example
Text Example
White with #F9718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9718A; }
p { color: rgb(249,113,138); }
H1.HeaderClassName
{
color: #F9718A;
}
.AnyTagClassName
{
color: #F9718A;
}
</style>
background-color css
<style>
a { background-color: #F9718A; }
a { background-color: rgb(249,113,138); }
div.DivClassName
{
background-color: #F9718A;
}
.BgClassName
{
background-color: #F9718A;
}
</style>
border-color css
<style>
span { border-color: #F9718A; }
span { border-color: rgb(249,113,138); }
td.TdClassName
{
border-color: #F9718A;
}
.TagClassName
{
border-color: #F9718A;
}
</style>