Shades of Brink Pink #F9627D
Tints of Brink Pink #F9627D
RGB
CMYK
RGB Variations
Color information
#F9627D (or 0xF9627D) is known color: Brink Pink. HEX triplet: F9, 62 and 7D. RGB value is (249,98,125). Sum of RGB (Red+Green+Blue) = 249+98+125=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9627D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9627D is #069D82. Grayscale: #929292. Windows color (decimal): -433539 or 8217337. OLE color: 8217337.
HSL color Cylindrical-coordinate representation of color #F9627D: hue angle of 349.27º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F9627D is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 125 | - |
| CMYK | 0 | 0.61 | 0.50 | 0.02 |
| HSL | 349.27º | 0.93% | 0.68% | - |
| HSV(B) | 349.27º | 0.61% | 0.98% | - |
| XYZ | 47.14 | 30.36 | 22.78 | - |
| YUV | 146.23 | 116.03 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 125 | 0 | 0.61 | 0.50 | 0.02 | 349.27 | 0.93 | 0.68 |
| Hex | F9 | 62 | 7D | 0 | 3D | 32 | 2 | 15D | 5D | 44 |
| Octal | 371 | 142 | 175 | 0 | 75 | 62 | 2 | 535 | 135 | 104 |
| Binary | 11111001 | 1100010 | 1111101 | 0 | 111101 | 110010 | 10 | 101011101 | 1011101 | 1000100 |
Color Harmonies of #F9627D
Complementary color
Monochromatic Colors of #F9627D
Black with #F9627D
Text Example
Text Example
White with #F9627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9627D; }
p { color: rgb(249,98,125); }
H1.HeaderClassName
{
color: #F9627D;
}
.AnyTagClassName
{
color: #F9627D;
}
</style>
background-color css
<style>
a { background-color: #F9627D; }
a { background-color: rgb(249,98,125); }
div.DivClassName
{
background-color: #F9627D;
}
.BgClassName
{
background-color: #F9627D;
}
</style>
border-color css
<style>
span { border-color: #F9627D; }
span { border-color: rgb(249,98,125); }
td.TdClassName
{
border-color: #F9627D;
}
.TagClassName
{
border-color: #F9627D;
}
</style>