Shades of Brink Pink #F9638C
Tints of Brink Pink #F9638C
RGB
CMYK
RGB Variations
Color information
#F9638C (or 0xF9638C) is known color: Brink Pink. HEX triplet: F9, 63 and 8C. RGB value is (249,99,140). Sum of RGB (Red+Green+Blue) = 249+99+140=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F9638C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9638C is #069C73. Grayscale: #949494. Windows color (decimal): -433268 or 9200633. OLE color: 9200633.
HSL color Cylindrical-coordinate representation of color #F9638C: hue angle of 343.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 #F9638C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 140 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.02 |
| HSL | 343.6º | 0.93% | 0.68% | - |
| HSV(B) | 343.6º | 0.6% | 0.98% | - |
| XYZ | 48.26 | 30.96 | 28.24 | - |
| YUV | 148.52 | 123.2 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 140 | 0 | 0.60 | 0.44 | 0.02 | 343.6 | 0.93 | 0.68 |
| Hex | F9 | 63 | 8C | 0 | 3C | 2C | 2 | 158 | 5D | 44 |
| Octal | 371 | 143 | 214 | 0 | 74 | 54 | 2 | 530 | 135 | 104 |
| Binary | 11111001 | 1100011 | 10001100 | 0 | 111100 | 101100 | 10 | 101011000 | 1011101 | 1000100 |
Color Harmonies of #F9638C
Complementary color
Monochromatic Colors of #F9638C
Black with #F9638C
Text Example
Text Example
White with #F9638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9638C; }
p { color: rgb(249,99,140); }
H1.HeaderClassName
{
color: #F9638C;
}
.AnyTagClassName
{
color: #F9638C;
}
</style>
background-color css
<style>
a { background-color: #F9638C; }
a { background-color: rgb(249,99,140); }
div.DivClassName
{
background-color: #F9638C;
}
.BgClassName
{
background-color: #F9638C;
}
</style>
border-color css
<style>
span { border-color: #F9638C; }
span { border-color: rgb(249,99,140); }
td.TdClassName
{
border-color: #F9638C;
}
.TagClassName
{
border-color: #F9638C;
}
</style>