Shades of Brink Pink #F9638B
Tints of Brink Pink #F9638B
RGB
CMYK
RGB Variations
Color information
#F9638B (or 0xF9638B) is known color: Brink Pink. HEX triplet: F9, 63 and 8B. RGB value is (249,99,139). Sum of RGB (Red+Green+Blue) = 249+99+139=487 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.13% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 249 - color contains mainly: red. Hex color #F9638B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9638B is #069C74. Grayscale: #949494. Windows color (decimal): -433269 or 9135097. OLE color: 9135097.
HSL color Cylindrical-coordinate representation of color #F9638B: hue angle of 344º 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 #F9638B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 139 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.02 |
| HSL | 344º | 0.93% | 0.68% | - |
| HSV(B) | 344º | 0.6% | 0.98% | - |
| XYZ | 48.19 | 30.93 | 27.86 | - |
| YUV | 148.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 139 | 0 | 0.60 | 0.44 | 0.02 | 344 | 0.93 | 0.68 |
| Hex | F9 | 63 | 8B | 0 | 3C | 2C | 2 | 158 | 5D | 44 |
| Octal | 371 | 143 | 213 | 0 | 74 | 54 | 2 | 530 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10001011 | 0 | 111100 | 101100 | 10 | 101011000 | 1011101 | 1000100 |
Color Harmonies of #F9638B
Complementary color
Monochromatic Colors of #F9638B
Black with #F9638B
Text Example
Text Example
White with #F9638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9638B; }
p { color: rgb(249,99,139); }
H1.HeaderClassName
{
color: #F9638B;
}
.AnyTagClassName
{
color: #F9638B;
}
</style>
background-color css
<style>
a { background-color: #F9638B; }
a { background-color: rgb(249,99,139); }
div.DivClassName
{
background-color: #F9638B;
}
.BgClassName
{
background-color: #F9638B;
}
</style>
border-color css
<style>
span { border-color: #F9638B; }
span { border-color: rgb(249,99,139); }
td.TdClassName
{
border-color: #F9638B;
}
.TagClassName
{
border-color: #F9638B;
}
</style>