Shades of Brink Pink #F9667D
Tints of Brink Pink #F9667D
RGB
CMYK
RGB Variations
Color information
#F9667D (or 0xF9667D) is known color: Brink Pink. HEX triplet: F9, 66 and 7D. RGB value is (249,102,125). Sum of RGB (Red+Green+Blue) = 249+102+125=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 102 (40.23% from 255 or 21.43% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9667D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9667D is #069982. Grayscale: #949494. Windows color (decimal): -432515 or 8218361. OLE color: 8218361.
HSL color Cylindrical-coordinate representation of color #F9667D: hue angle of 350.61º 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 #F9667D is Cyan = 0, Magento = 0.59, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 125 | - |
| CMYK | 0 | 0.59 | 0.50 | 0.02 |
| HSL | 350.61º | 0.92% | 0.69% | - |
| HSV(B) | 350.61º | 0.59% | 0.98% | - |
| XYZ | 47.52 | 31.12 | 22.9 | - |
| YUV | 148.58 | 114.7 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 125 | 0 | 0.59 | 0.50 | 0.02 | 350.61 | 0.92 | 0.69 |
| Hex | F9 | 66 | 7D | 0 | 3B | 32 | 2 | 15F | 5C | 45 |
| Octal | 371 | 146 | 175 | 0 | 73 | 62 | 2 | 537 | 134 | 105 |
| Binary | 11111001 | 1100110 | 1111101 | 0 | 111011 | 110010 | 10 | 101011111 | 1011100 | 1000101 |
Color Harmonies of #F9667D
Complementary color
Monochromatic Colors of #F9667D
Black with #F9667D
Text Example
Text Example
White with #F9667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9667D; }
p { color: rgb(249,102,125); }
H1.HeaderClassName
{
color: #F9667D;
}
.AnyTagClassName
{
color: #F9667D;
}
</style>
background-color css
<style>
a { background-color: #F9667D; }
a { background-color: rgb(249,102,125); }
div.DivClassName
{
background-color: #F9667D;
}
.BgClassName
{
background-color: #F9667D;
}
</style>
border-color css
<style>
span { border-color: #F9667D; }
span { border-color: rgb(249,102,125); }
td.TdClassName
{
border-color: #F9667D;
}
.TagClassName
{
border-color: #F9667D;
}
</style>