Shades of Brink Pink #F9647B
Tints of Brink Pink #F9647B
RGB
CMYK
RGB Variations
Color information
#F9647B (or 0xF9647B) is known color: Brink Pink. HEX triplet: F9, 64 and 7B. RGB value is (249,100,123). Sum of RGB (Red+Green+Blue) = 249+100+123=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9647B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9647B is #069B84. Grayscale: #939393. Windows color (decimal): -433029 or 8086777. OLE color: 8086777.
HSL color Cylindrical-coordinate representation of color #F9647B: hue angle of 350.74º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F9647B is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 123 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.02 |
| HSL | 350.74º | 0.93% | 0.68% | - |
| HSV(B) | 350.74º | 0.6% | 0.98% | - |
| XYZ | 47.2 | 30.68 | 22.17 | - |
| YUV | 147.17 | 114.36 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 123 | 0 | 0.60 | 0.51 | 0.02 | 350.74 | 0.93 | 0.68 |
| Hex | F9 | 64 | 7B | 0 | 3C | 33 | 2 | 15F | 5D | 44 |
| Octal | 371 | 144 | 173 | 0 | 74 | 63 | 2 | 537 | 135 | 104 |
| Binary | 11111001 | 1100100 | 1111011 | 0 | 111100 | 110011 | 10 | 101011111 | 1011101 | 1000100 |
Color Harmonies of #F9647B
Complementary color
Monochromatic Colors of #F9647B
Black with #F9647B
Text Example
Text Example
White with #F9647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9647B; }
p { color: rgb(249,100,123); }
H1.HeaderClassName
{
color: #F9647B;
}
.AnyTagClassName
{
color: #F9647B;
}
</style>
background-color css
<style>
a { background-color: #F9647B; }
a { background-color: rgb(249,100,123); }
div.DivClassName
{
background-color: #F9647B;
}
.BgClassName
{
background-color: #F9647B;
}
</style>
border-color css
<style>
span { border-color: #F9647B; }
span { border-color: rgb(249,100,123); }
td.TdClassName
{
border-color: #F9647B;
}
.TagClassName
{
border-color: #F9647B;
}
</style>