Shades of Brink Pink #F9658C
Tints of Brink Pink #F9658C
RGB
CMYK
RGB Variations
Color information
#F9658C (or 0xF9658C) is known color: Brink Pink. HEX triplet: F9, 65 and 8C. RGB value is (249,101,140). Sum of RGB (Red+Green+Blue) = 249+101+140=490 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.82% from 490); Green value is 101 (39.84% from 255 or 20.61% from 490); Blue value is 140 (55.08% from 255 or 28.57% from 490); Max value from RGB is 249 - color contains mainly: red. Hex color #F9658C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9658C is #069A73. Grayscale: #959595. Windows color (decimal): -432756 or 9201145. OLE color: 9201145.
HSL color Cylindrical-coordinate representation of color #F9658C: hue angle of 344.19º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F9658C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 140 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.02 |
| HSL | 344.19º | 0.93% | 0.69% | - |
| HSV(B) | 344.19º | 0.59% | 0.98% | - |
| XYZ | 48.45 | 31.34 | 28.31 | - |
| YUV | 149.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 140 | 0 | 0.59 | 0.44 | 0.02 | 344.19 | 0.93 | 0.69 |
| Hex | F9 | 65 | 8C | 0 | 3B | 2C | 2 | 158 | 5C | 45 |
| Octal | 371 | 145 | 214 | 0 | 73 | 54 | 2 | 530 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10001100 | 0 | 111011 | 101100 | 10 | 101011000 | 1011100 | 1000101 |
Color Harmonies of #F9658C
Complementary color
Monochromatic Colors of #F9658C
Black with #F9658C
Text Example
Text Example
White with #F9658C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9658C; }
p { color: rgb(249,101,140); }
H1.HeaderClassName
{
color: #F9658C;
}
.AnyTagClassName
{
color: #F9658C;
}
</style>
background-color css
<style>
a { background-color: #F9658C; }
a { background-color: rgb(249,101,140); }
div.DivClassName
{
background-color: #F9658C;
}
.BgClassName
{
background-color: #F9658C;
}
</style>
border-color css
<style>
span { border-color: #F9658C; }
span { border-color: rgb(249,101,140); }
td.TdClassName
{
border-color: #F9658C;
}
.TagClassName
{
border-color: #F9658C;
}
</style>