Shades of Brink Pink #F9648C
Tints of Brink Pink #F9648C
RGB
CMYK
RGB Variations
Color information
#F9648C (or 0xF9648C) is known color: Brink Pink. HEX triplet: F9, 64 and 8C. RGB value is (249,100,140). Sum of RGB (Red+Green+Blue) = 249+100+140=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F9648C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9648C is #069B73. Grayscale: #959595. Windows color (decimal): -433012 or 9200889. OLE color: 9200889.
HSL color Cylindrical-coordinate representation of color #F9648C: hue angle of 343.89º 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 #F9648C is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 140 | - |
| CMYK | 0 | 0.60 | 0.44 | 0.02 |
| HSL | 343.89º | 0.93% | 0.68% | - |
| HSV(B) | 343.89º | 0.6% | 0.98% | - |
| XYZ | 48.36 | 31.15 | 28.27 | - |
| YUV | 149.11 | 122.86 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 140 | 0 | 0.60 | 0.44 | 0.02 | 343.89 | 0.93 | 0.68 |
| Hex | F9 | 64 | 8C | 0 | 3C | 2C | 2 | 158 | 5D | 44 |
| Octal | 371 | 144 | 214 | 0 | 74 | 54 | 2 | 530 | 135 | 104 |
| Binary | 11111001 | 1100100 | 10001100 | 0 | 111100 | 101100 | 10 | 101011000 | 1011101 | 1000100 |
Color Harmonies of #F9648C
Complementary color
Monochromatic Colors of #F9648C
Black with #F9648C
Text Example
Text Example
White with #F9648C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9648C; }
p { color: rgb(249,100,140); }
H1.HeaderClassName
{
color: #F9648C;
}
.AnyTagClassName
{
color: #F9648C;
}
</style>
background-color css
<style>
a { background-color: #F9648C; }
a { background-color: rgb(249,100,140); }
div.DivClassName
{
background-color: #F9648C;
}
.BgClassName
{
background-color: #F9648C;
}
</style>
border-color css
<style>
span { border-color: #F9648C; }
span { border-color: rgb(249,100,140); }
td.TdClassName
{
border-color: #F9648C;
}
.TagClassName
{
border-color: #F9648C;
}
</style>