Shades of Brink Pink #F9647F
Tints of Brink Pink #F9647F
RGB
CMYK
RGB Variations
Color information
#F9647F (or 0xF9647F) is known color: Brink Pink. HEX triplet: F9, 64 and 7F. RGB value is (249,100,127). Sum of RGB (Red+Green+Blue) = 249+100+127=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 100 (39.45% from 255 or 21.01% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F9647F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F9647F is #069B80. Grayscale: #939393. Windows color (decimal): -433025 or 8348921. OLE color: 8348921.
HSL color Cylindrical-coordinate representation of color #F9647F: hue angle of 349.13º 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 #F9647F is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 127 | - |
| CMYK | 0 | 0.60 | 0.49 | 0.02 |
| HSL | 349.13º | 0.93% | 0.68% | - |
| HSV(B) | 349.13º | 0.6% | 0.98% | - |
| XYZ | 47.45 | 30.79 | 23.52 | - |
| YUV | 147.63 | 116.36 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 127 | 0 | 0.60 | 0.49 | 0.02 | 349.13 | 0.93 | 0.68 |
| Hex | F9 | 64 | 7F | 0 | 3C | 31 | 2 | 15D | 5D | 44 |
| Octal | 371 | 144 | 177 | 0 | 74 | 61 | 2 | 535 | 135 | 104 |
| Binary | 11111001 | 1100100 | 1111111 | 0 | 111100 | 110001 | 10 | 101011101 | 1011101 | 1000100 |
Color Harmonies of #F9647F
Complementary color
Monochromatic Colors of #F9647F
Black with #F9647F
Text Example
Text Example
White with #F9647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9647F; }
p { color: rgb(249,100,127); }
H1.HeaderClassName
{
color: #F9647F;
}
.AnyTagClassName
{
color: #F9647F;
}
</style>
background-color css
<style>
a { background-color: #F9647F; }
a { background-color: rgb(249,100,127); }
div.DivClassName
{
background-color: #F9647F;
}
.BgClassName
{
background-color: #F9647F;
}
</style>
border-color css
<style>
span { border-color: #F9647F; }
span { border-color: rgb(249,100,127); }
td.TdClassName
{
border-color: #F9647F;
}
.TagClassName
{
border-color: #F9647F;
}
</style>