Shades of Brink Pink #F9668C
Tints of Brink Pink #F9668C
RGB
CMYK
RGB Variations
Color information
#F9668C (or 0xF9668C) is known color: Brink Pink. HEX triplet: F9, 66 and 8C. RGB value is (249,102,140). Sum of RGB (Red+Green+Blue) = 249+102+140=491 (65% of max value = 765). Red value is 249 (97.66% from 255 or 50.71% from 491); Green value is 102 (40.23% from 255 or 20.77% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 249 - color contains mainly: red. Hex color #F9668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F9668C is #069973. Grayscale: #969696. Windows color (decimal): -432500 or 9201401. OLE color: 9201401.
HSL color Cylindrical-coordinate representation of color #F9668C: hue angle of 344.49º degrees, saturation: 0.92, 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 #F9668C is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 140 | - |
| CMYK | 0 | 0.59 | 0.44 | 0.02 |
| HSL | 344.49º | 0.92% | 0.69% | - |
| HSV(B) | 344.49º | 0.59% | 0.98% | - |
| XYZ | 48.55 | 31.54 | 28.34 | - |
| YUV | 150.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 140 | 0 | 0.59 | 0.44 | 0.02 | 344.49 | 0.92 | 0.69 |
| Hex | F9 | 66 | 8C | 0 | 3B | 2C | 2 | 158 | 5C | 45 |
| Octal | 371 | 146 | 214 | 0 | 73 | 54 | 2 | 530 | 134 | 105 |
| Binary | 11111001 | 1100110 | 10001100 | 0 | 111011 | 101100 | 10 | 101011000 | 1011100 | 1000101 |
Color Harmonies of #F9668C
Complementary color
Monochromatic Colors of #F9668C
Black with #F9668C
Text Example
Text Example
White with #F9668C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9668C; }
p { color: rgb(249,102,140); }
H1.HeaderClassName
{
color: #F9668C;
}
.AnyTagClassName
{
color: #F9668C;
}
</style>
background-color css
<style>
a { background-color: #F9668C; }
a { background-color: rgb(249,102,140); }
div.DivClassName
{
background-color: #F9668C;
}
.BgClassName
{
background-color: #F9668C;
}
</style>
border-color css
<style>
span { border-color: #F9668C; }
span { border-color: rgb(249,102,140); }
td.TdClassName
{
border-color: #F9668C;
}
.TagClassName
{
border-color: #F9668C;
}
</style>