Shades of Brink Pink #F9658D
Tints of Brink Pink #F9658D
RGB
CMYK
RGB Variations
Color information
#F9658D (or 0xF9658D) is known color: Brink Pink. HEX triplet: F9, 65 and 8D. RGB value is (249,101,141). Sum of RGB (Red+Green+Blue) = 249+101+141=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 101 (39.84% from 255 or 20.57% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9658D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9658D is #069A72. Grayscale: #959595. Windows color (decimal): -432755 or 9266681. OLE color: 9266681.
HSL color Cylindrical-coordinate representation of color #F9658D: hue angle of 343.78º 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 #F9658D is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 141 | - |
| CMYK | 0 | 0.59 | 0.43 | 0.02 |
| HSL | 343.78º | 0.93% | 0.69% | - |
| HSV(B) | 343.78º | 0.59% | 0.98% | - |
| XYZ | 48.53 | 31.37 | 28.7 | - |
| YUV | 149.81 | 123.03 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 141 | 0 | 0.59 | 0.43 | 0.02 | 343.78 | 0.93 | 0.69 |
| Hex | F9 | 65 | 8D | 0 | 3B | 2B | 2 | 158 | 5C | 45 |
| Octal | 371 | 145 | 215 | 0 | 73 | 53 | 2 | 530 | 134 | 105 |
| Binary | 11111001 | 1100101 | 10001101 | 0 | 111011 | 101011 | 10 | 101011000 | 1011100 | 1000101 |
Color Harmonies of #F9658D
Complementary color
Monochromatic Colors of #F9658D
Black with #F9658D
Text Example
Text Example
White with #F9658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9658D; }
p { color: rgb(249,101,141); }
H1.HeaderClassName
{
color: #F9658D;
}
.AnyTagClassName
{
color: #F9658D;
}
</style>
background-color css
<style>
a { background-color: #F9658D; }
a { background-color: rgb(249,101,141); }
div.DivClassName
{
background-color: #F9658D;
}
.BgClassName
{
background-color: #F9658D;
}
</style>
border-color css
<style>
span { border-color: #F9658D; }
span { border-color: rgb(249,101,141); }
td.TdClassName
{
border-color: #F9658D;
}
.TagClassName
{
border-color: #F9658D;
}
</style>