Shades of Brink Pink #F9728A
Tints of Brink Pink #F9728A
RGB
CMYK
RGB Variations
Color information
#F9728A (or 0xF9728A) is known color: Brink Pink. HEX triplet: F9, 72 and 8A. RGB value is (249,114,138). Sum of RGB (Red+Green+Blue) = 249+114+138=501 (66% of max value = 765). Red value is 249 (97.66% from 255 or 49.70% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 138 (54.30% from 255 or 27.54% from 501); Max value from RGB is 249 - color contains mainly: red. Hex color #F9728A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9728A is #068D75. Grayscale: #9D9D9D. Windows color (decimal): -429430 or 9073401. OLE color: 9073401.
HSL color Cylindrical-coordinate representation of color #F9728A: hue angle of 349.33º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F9728A is Cyan = 0, Magento = 0.54, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 114 | 138 | - |
| CMYK | 0 | 0.54 | 0.45 | 0.02 |
| HSL | 349.33º | 0.92% | 0.71% | - |
| HSV(B) | 349.33º | 0.54% | 0.98% | - |
| XYZ | 49.67 | 34.01 | 27.99 | - |
| YUV | 157.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 114 | 138 | 0 | 0.54 | 0.45 | 0.02 | 349.33 | 0.92 | 0.71 |
| Hex | F9 | 72 | 8A | 0 | 36 | 2D | 2 | 15D | 5C | 47 |
| Octal | 371 | 162 | 212 | 0 | 66 | 55 | 2 | 535 | 134 | 107 |
| Binary | 11111001 | 1110010 | 10001010 | 0 | 110110 | 101101 | 10 | 101011101 | 1011100 | 1000111 |
Color Harmonies of #F9728A
Complementary color
Monochromatic Colors of #F9728A
Black with #F9728A
Text Example
Text Example
White with #F9728A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9728A; }
p { color: rgb(249,114,138); }
H1.HeaderClassName
{
color: #F9728A;
}
.AnyTagClassName
{
color: #F9728A;
}
</style>
background-color css
<style>
a { background-color: #F9728A; }
a { background-color: rgb(249,114,138); }
div.DivClassName
{
background-color: #F9728A;
}
.BgClassName
{
background-color: #F9728A;
}
</style>
border-color css
<style>
span { border-color: #F9728A; }
span { border-color: rgb(249,114,138); }
td.TdClassName
{
border-color: #F9728A;
}
.TagClassName
{
border-color: #F9728A;
}
</style>