Shades of Brink Pink #F9667B
Tints of Brink Pink #F9667B
RGB
CMYK
RGB Variations
Color information
#F9667B (or 0xF9667B) is known color: Brink Pink. HEX triplet: F9, 66 and 7B. RGB value is (249,102,123). Sum of RGB (Red+Green+Blue) = 249+102+123=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 102 (40.23% from 255 or 21.52% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9667B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9667B is #069984. Grayscale: #949494. Windows color (decimal): -432517 or 8087289. OLE color: 8087289.
HSL color Cylindrical-coordinate representation of color #F9667B: hue angle of 351.43º 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 #F9667B is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 123 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.02 |
| HSL | 351.43º | 0.92% | 0.69% | - |
| HSV(B) | 351.43º | 0.59% | 0.98% | - |
| XYZ | 47.39 | 31.07 | 22.24 | - |
| YUV | 148.35 | 113.7 | 199.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 123 | 0 | 0.59 | 0.51 | 0.02 | 351.43 | 0.92 | 0.69 |
| Hex | F9 | 66 | 7B | 0 | 3B | 33 | 2 | 15F | 5C | 45 |
| Octal | 371 | 146 | 173 | 0 | 73 | 63 | 2 | 537 | 134 | 105 |
| Binary | 11111001 | 1100110 | 1111011 | 0 | 111011 | 110011 | 10 | 101011111 | 1011100 | 1000101 |
Color Harmonies of #F9667B
Complementary color
Monochromatic Colors of #F9667B
Black with #F9667B
Text Example
Text Example
White with #F9667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9667B; }
p { color: rgb(249,102,123); }
H1.HeaderClassName
{
color: #F9667B;
}
.AnyTagClassName
{
color: #F9667B;
}
</style>
background-color css
<style>
a { background-color: #F9667B; }
a { background-color: rgb(249,102,123); }
div.DivClassName
{
background-color: #F9667B;
}
.BgClassName
{
background-color: #F9667B;
}
</style>
border-color css
<style>
span { border-color: #F9667B; }
span { border-color: rgb(249,102,123); }
td.TdClassName
{
border-color: #F9667B;
}
.TagClassName
{
border-color: #F9667B;
}
</style>