Shades of Brink Pink #F9637D
Tints of Brink Pink #F9637D
RGB
CMYK
RGB Variations
Color information
#F9637D (or 0xF9637D) is known color: Brink Pink. HEX triplet: F9, 63 and 7D. RGB value is (249,99,125). Sum of RGB (Red+Green+Blue) = 249+99+125=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F9637D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9637D is #069C82. Grayscale: #929292. Windows color (decimal): -433283 or 8217593. OLE color: 8217593.
HSL color Cylindrical-coordinate representation of color #F9637D: hue angle of 349.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9637D is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 125 | - |
| CMYK | 0 | 0.60 | 0.50 | 0.02 |
| HSL | 349.6º | 0.93% | 0.68% | - |
| HSV(B) | 349.6º | 0.6% | 0.98% | - |
| XYZ | 47.23 | 30.54 | 22.81 | - |
| YUV | 146.81 | 115.7 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 125 | 0 | 0.60 | 0.50 | 0.02 | 349.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | 7D | 0 | 3C | 32 | 2 | 15E | 5D | 44 |
| Octal | 371 | 143 | 175 | 0 | 74 | 62 | 2 | 536 | 135 | 104 |
| Binary | 11111001 | 1100011 | 1111101 | 0 | 111100 | 110010 | 10 | 101011110 | 1011101 | 1000100 |
Color Harmonies of #F9637D
Complementary color
Monochromatic Colors of #F9637D
Black with #F9637D
Text Example
Text Example
White with #F9637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9637D; }
p { color: rgb(249,99,125); }
H1.HeaderClassName
{
color: #F9637D;
}
.AnyTagClassName
{
color: #F9637D;
}
</style>
background-color css
<style>
a { background-color: #F9637D; }
a { background-color: rgb(249,99,125); }
div.DivClassName
{
background-color: #F9637D;
}
.BgClassName
{
background-color: #F9637D;
}
</style>
border-color css
<style>
span { border-color: #F9637D; }
span { border-color: rgb(249,99,125); }
td.TdClassName
{
border-color: #F9637D;
}
.TagClassName
{
border-color: #F9637D;
}
</style>